Updated Working on Raspberry Pi (markdown)

master
Ray 6 years ago
parent
commit
0410d6b3f2
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      Working-on-Raspberry-Pi.md

+ 6
- 0
Working-on-Raspberry-Pi.md

@ -35,6 +35,12 @@ sudo apt-get install libxcursor
sudo apt-get install libxinerama sudo apt-get install libxinerama
sudo apt-get install libxrandr-dev sudo apt-get install libxrandr-dev
sudo apt-get install libxi-dev sudo apt-get install libxi-dev
sudo apt-get install libasound2-dev
```
raylib also works on [DietPi](https://dietpi.com/) distribution, following libraries are required:
```
sudo apt-get libraspberrypi-dev raspberrypi-kernel-headers
sudo apt-get install build-essential
``` ```
### Compiling raylib examples ### Compiling raylib examples

Loading…
Cancel
Save