Skip to content

Commit

Permalink
Update building instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Red1C3 committed Aug 27, 2022
1 parent 0ac8af2 commit a2a085b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ sudo pip3 install meson

```
sudo apt install libsfml-dev libglew-dev libglm-dev libassimp-dev
sudo apt install libglu1-mesa-dev
```

### Building with Meson :
```
meson <your build dir>
meson <your build dir> --buildtype=release
cd <your build dir>
ninja
```
Expand Down

0 comments on commit a2a085b

Please sign in to comment.