mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-29 02:09:17 -05:00
Updated Working on Raspberry Pi (markdown)
@ -78,6 +78,11 @@ To build raylib:
|
|||||||
make PLATFORM=PLATFORM_DRM
|
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
|
##### DietPi
|
||||||
raylib also works on the [DietPi](https://dietpi.com/) distribution, though the following libraries are required prior to building raylib:
|
raylib also works on the [DietPi](https://dietpi.com/) distribution, though the following libraries are required prior to building raylib:
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user