Updated Working on Raspberry Pi (markdown)

master
almostobvious 6 个月前
父节点
当前提交
71618a219b
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      Working-on-Raspberry-Pi.md

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

@ -78,6 +78,11 @@ To build raylib:
make PLATFORM=PLATFORM_DRM
```
In order to enable necessary system support for raylib, you need the following line in your /boot/config.txt on Raspberry PI.
`dtoverlay=vc4-fkms-v3d`
##### DietPi
raylib also works on the [DietPi](https://dietpi.com/) distribution, though the following libraries are required prior to building raylib:
```

正在加载...
取消
保存