Created Compile your game for Raspberry Pi (markdown)

Ray
2016-03-01 19:28:06 +01:00
parent ceada9fa7e
commit ba60db6104

@ -0,0 +1,19 @@
**Building raylib sources on Raspberry Pi:**
_Step 1._ Make sure you have installed in your Raspberry Pi OpenAL Soft library for audio:
sudo apt-get install libopenal1 libopenal-dev
_Step 2._ Navigate from command line to `raylib/src/` folder and type:
make PLATFORM=PLATFORM_RPI
**Building raylib examples on Raspberry Pi:**
_Step 1._ Make sure you have installed in your Raspberry Pi the OpenAL Soft library for audio:
sudo apt-get install libopenal1 libopenal-dev
_Step 2._ Navigate from command line to `raylib/examples/` folder and type:
make PLATFORM=PLATFORM_RPI