Updated Working on Raspberry Pi (markdown)

master
Ray 6 年前
父节点
当前提交
0410d6b3f2
共有 1 个文件被更改,包括 6 次插入0 次删除
  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

正在加载...
取消
保存