You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RPI.rst
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,13 @@ Please use Raspberry Pi OS Bullseye. Older OSes are not tested.
6
6
Option 1: Binary wheel
7
7
----------------------
8
8
9
-
We have published a binary wheel using Raylib in X11 mode. This *should probably* install and work on Bullseye
10
-
with
9
+
We have published binary wheels compiled for 64-bit Raspberry OS Bullseye in X11 mode.
11
10
12
11
::
13
12
14
-
python3.9 -m pip install raylib==4.2.1.2
13
+
python -m pip install raylib
15
14
16
-
If it doesn't work, or you're not on Bullseye, or you want a newer version,
17
-
or if you want to use Raylib in ``PLATFORM_DRM`` mode, you will need to compile your own raylib. See below.
15
+
If it doesn't work, or you're not on Bullseye, or you're 32 bit, or if you want to use Raylib in ``PLATFORM_DRM`` mode, you will need to compile your own raylib. See below.
18
16
For full instructions on this, see https://github.com/raysan5/raylib/wiki/Working-on-Raspberry-Pi . If you need help with this ask Raylib.
19
17
20
18
Option 2: Compile Raylib from source X11 mode
@@ -40,7 +38,7 @@ Then have pip compile and install the wheel:
<p>If it doesn’t work, or you’re not on Bullseye, or you want a newer version,
108
-
or if you want to use Raylib in <codeclass="docutils literal notranslate"><spanclass="pre">PLATFORM_DRM</span></code> mode, you will need to compile your own raylib. See below.
106
+
<p>If it doesn’t work, or you’re not on Bullseye, or you’re 32 bit, or if you want to use Raylib in <codeclass="docutils literal notranslate"><spanclass="pre">PLATFORM_DRM</span></code> mode, you will need to compile your own raylib. See below.
109
107
For full instructions on this, see <aclass="reference external" href="https://github.com/raysan5/raylib/wiki/Working-on-Raspberry-Pi">https://github.com/raysan5/raylib/wiki/Working-on-Raspberry-Pi</a> . If you need help with this ask Raylib.</p>
Copy file name to clipboardExpand all lines: docs/_sources/RPI.rst.txt
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,13 @@ Please use Raspberry Pi OS Bullseye. Older OSes are not tested.
6
6
Option 1: Binary wheel
7
7
----------------------
8
8
9
-
We have published a binary wheel using Raylib in X11 mode. This *should probably* install and work on Bullseye
10
-
with
9
+
We have published binary wheels compiled for 64-bit Raspberry OS Bullseye in X11 mode.
11
10
12
11
::
13
12
14
-
python3.9 -m pip install raylib==4.2.1.2
13
+
python -m pip install raylib
15
14
16
-
If it doesn't work, or you're not on Bullseye, or you want a newer version,
17
-
or if you want to use Raylib in ``PLATFORM_DRM`` mode, you will need to compile your own raylib. See below.
15
+
If it doesn't work, or you're not on Bullseye, or you're 32 bit, or if you want to use Raylib in ``PLATFORM_DRM`` mode, you will need to compile your own raylib. See below.
18
16
For full instructions on this, see https://github.com/raysan5/raylib/wiki/Working-on-Raspberry-Pi . If you need help with this ask Raylib.
19
17
20
18
Option 2: Compile Raylib from source X11 mode
@@ -40,7 +38,7 @@ Then have pip compile and install the wheel:
0 commit comments