Skip to content

Commit

Permalink
Update README.md: add libasound2-dev as dependency on Linux (#136)
Browse files Browse the repository at this point in the history
* Update README.md: add libasound2-dev as dependency on Linux

* Update README.md: add libasound2-dev in the Linux section comment as well
  • Loading branch information
PoroCYon committed Apr 14, 2020
1 parent 2334196 commit 1779ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ The Bonzomatic.app bundle, resulting from the compilation, should be found in `.
We do NOT recommend putting it in /Applications. Bonzomatic is looking for config.json files and resources living at the same level of the app.

### Linux
You'll need ```xorg-dev``` and ```libglu1-mesa-dev```; after that ```cmake``` should take care of the rest:
You'll need ```xorg-dev```, `libasound2-dev` and ```libglu1-mesa-dev```; after that ```cmake``` should take care of the rest:
```
apt install xorg-dev libglu1-mesa-dev cmake
apt install xorg-dev libglu1-mesa-dev libasound2-dev cmake
cd Bonzomatic
cmake .
make
Expand Down

0 comments on commit 1779ab9

Please sign in to comment.