From 1779ab978345d77097dbc7e2402f550e4c6d7edc Mon Sep 17 00:00:00 2001 From: PoroCYon <3253268+PoroCYon@users.noreply.github.com> Date: Tue, 14 Apr 2020 14:42:56 +0000 Subject: [PATCH] Update README.md: add libasound2-dev as dependency on Linux (#136) * Update README.md: add libasound2-dev as dependency on Linux * Update README.md: add libasound2-dev in the Linux section comment as well --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d5f7d3b..22628231 100644 --- a/README.md +++ b/README.md @@ -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