From 71618a219b0804fdd745f31aeff99996a99fb52e Mon Sep 17 00:00:00 2001 From: almostobvious <93102382+almostobvious@users.noreply.github.com> Date: Sat, 18 Jan 2025 17:50:30 +0000 Subject: [PATCH] Updated Working on Raspberry Pi (markdown) --- Working-on-Raspberry-Pi.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Working-on-Raspberry-Pi.md b/Working-on-Raspberry-Pi.md index 8d3436b..d510034 100644 --- a/Working-on-Raspberry-Pi.md +++ b/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: ```