From b4a4edbb158062e6306fdd27ccfe527fb696ecca Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 29 Feb 2016 09:50:51 +0100 Subject: [PATCH] Updated Building examples (markdown) --- Building-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-examples.md b/Building-examples.md index f94df4c..1e1a156 100644 --- a/Building-examples.md +++ b/Building-examples.md @@ -14,7 +14,7 @@ NOTE: Make sure the following libs (and their headers) are accesible to the comp _Step 1._ Make sure you have installed in your Raspberry Pi the OpenAL Soft library for audio: - sudo apt-get install openal1 + sudo apt-get install libopenal1 libopenal-dev _Step 2._ Navigate from command line to `raylib/examples/` folder and type: