Skip to content

Commit 9bf5f65

Browse files
rpi update instructions
1 parent 7cb4b89 commit 9bf5f65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RPI.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Raspberry Pi
22
====================
33

4-
Please use Raspberry Pi OS Bookworm. Bullseye should also work. Older OSes are not tested.
4+
Please use Raspberry Pi OS 13 Trixie 64 bit. Bookworm should also work. Older OSes are not tested.
55

66
Option 1: Binary wheel
77
----------------------
88

9-
We have published binary wheels compiled for 64-bit Raspberry OS Bullseye in X11 mode.
9+
We have published binary wheels compiled for 64-bit Raspberry OS 12 Bookworm in X11 mode.
1010

1111
::
1212

@@ -15,7 +15,7 @@ We have published binary wheels compiled for 64-bit Raspberry OS Bullseye in X11
1515
Alternatively there is a DRM wheel called ``raylib_drm`` to use the framebuffer without X11. You can't have both wheels
1616
installed at once.
1717

18-
If it doesn't work, or you're not on Bullseye, or you're 32 bit, you will need to compile your own raylib. See below.
18+
If it doesn't work, or you're not on Bookworm, or you're 32 bit, you will need to compile your own raylib. See below.
1919
For full instructions on this, see https://github.com/raysan5/raylib/wiki/Working-on-Raspberry-Pi . If you need help with this ask Raylib.
2020

2121
Option 2: Compile Raylib from source X11 mode
@@ -27,7 +27,7 @@ This should work for everyone.
2727

2828
sudo apt update
2929
sudo apt install python3-pip cmake libegl1-mesa-dev libgbm-dev libgles2-mesa-dev libdrm-dev libglfw3-dev
30-
git clone https://github.com/raysan5/raylib.git --branch 5.0 --single-branch
30+
git clone https://github.com/raysan5/raylib.git --branch 5.5--single-branch
3131
cd raylib
3232
mkdir build
3333
rm -rf build/*

0 commit comments

Comments
 (0)