Skip to content

Commit

Permalink
Update source-linux.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Dec 31, 2023
1 parent caf9ed6 commit b45ec27
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions documentation/source-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ Generic build instructions for Friction on Linux.
## Requirements

* pkg-config
* automake
* autoconf
* python3
* python3 *(needed to configure skia build)*
* ninja
* cmake
* clang
* Qt5 *(5.12+)*
* cmake *(3.9+)*
* clang *(7+)*
* Qt5 *(5.12.12 or 5.15.3+)*
* Gui
* Concurrent
* Widgets
Expand Down Expand Up @@ -50,12 +48,8 @@ sudo apt install -y \
build-essential \
clang \
git \
libtool \
autoconf \
automake \
cmake \
python3 \
python-is-python3 \
ninja-build \
libfontconfig1-dev \
libfreetype-dev \
Expand Down Expand Up @@ -91,15 +85,6 @@ libharfbuzz-dev
git clone --recurse-submodules https://github.com/friction2d/friction
```

## Build libtcmalloc

```
cd friction/src/gperftools
./autogen.sh
CC=clang CXX=clang++ ./configure --disable-shared
make -j4
```

## Build skia

```
Expand Down

0 comments on commit b45ec27

Please sign in to comment.