mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-02 04:09:18 -05:00
Updated Working on Raspberry Pi (markdown)
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user