Skip to content

Commit 701d3e6

Browse files
update to 6.0
1 parent 9bf5f65 commit 701d3e6

23 files changed

Lines changed: 754 additions & 563 deletions

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: c5096770478b1e06cd0259f52ef210c8
3+
config: ec7aaf8243c629b18f34bdbd5ba374b1
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/RPI.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,24 +97,24 @@
9797

9898
<section id="raspberry-pi">
9999
<h1>Raspberry Pi<a class="headerlink" href="#raspberry-pi" title="Link to this heading"></a></h1>
100-
<p>Please use Raspberry Pi OS Bookworm. Bullseye should also work. Older OSes are not tested.</p>
100+
<p>Please use Raspberry Pi OS 13 Trixie 64 bit. Bookworm should also work. Older OSes are not tested.</p>
101101
<section id="option-1-binary-wheel">
102102
<h2>Option 1: Binary wheel<a class="headerlink" href="#option-1-binary-wheel" title="Link to this heading"></a></h2>
103-
<p>We have published binary wheels compiled for 64-bit Raspberry OS Bullseye in X11 mode.</p>
103+
<p>We have published binary wheels compiled for 64-bit Raspberry OS 12 Bookworm in X11 mode.</p>
104104
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">python</span> <span class="o">-</span><span class="n">m</span> <span class="n">pip</span> <span class="n">install</span> <span class="o">--</span><span class="k">break</span><span class="o">-</span><span class="n">system</span><span class="o">-</span><span class="n">packages</span> <span class="n">raylib</span>
105105
</pre></div>
106106
</div>
107107
<p>Alternatively there is a DRM wheel called <code class="docutils literal notranslate"><span class="pre">raylib_drm</span></code> to use the framebuffer without X11. You can’t have both wheels
108108
installed at once.</p>
109-
<p>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.
109+
<p>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.
110110
For full instructions on this, see <a class="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>
111111
</section>
112112
<section id="option-2-compile-raylib-from-source-x11-mode">
113113
<h2>Option 2: Compile Raylib from source X11 mode<a class="headerlink" href="#option-2-compile-raylib-from-source-x11-mode" title="Link to this heading"></a></h2>
114114
<p>This should work for everyone.</p>
115115
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">apt</span> <span class="n">update</span>
116116
<span class="n">sudo</span> <span class="n">apt</span> <span class="n">install</span> <span class="n">python3</span><span class="o">-</span><span class="n">pip</span> <span class="n">cmake</span> <span class="n">libegl1</span><span class="o">-</span><span class="n">mesa</span><span class="o">-</span><span class="n">dev</span> <span class="n">libgbm</span><span class="o">-</span><span class="n">dev</span> <span class="n">libgles2</span><span class="o">-</span><span class="n">mesa</span><span class="o">-</span><span class="n">dev</span> <span class="n">libdrm</span><span class="o">-</span><span class="n">dev</span> <span class="n">libglfw3</span><span class="o">-</span><span class="n">dev</span>
117-
<span class="n">git</span> <span class="n">clone</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">github</span><span class="o">.</span><span class="n">com</span><span class="o">/</span><span class="n">raysan5</span><span class="o">/</span><span class="n">raylib</span><span class="o">.</span><span class="n">git</span> <span class="o">--</span><span class="n">branch</span> <span class="mf">5.0</span> <span class="o">--</span><span class="n">single</span><span class="o">-</span><span class="n">branch</span>
117+
<span class="n">git</span> <span class="n">clone</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">github</span><span class="o">.</span><span class="n">com</span><span class="o">/</span><span class="n">raysan5</span><span class="o">/</span><span class="n">raylib</span><span class="o">.</span><span class="n">git</span> <span class="o">--</span><span class="n">branch</span> <span class="mf">5.5</span><span class="o">--</span><span class="n">single</span><span class="o">-</span><span class="n">branch</span>
118118
<span class="n">cd</span> <span class="n">raylib</span>
119119
<span class="n">mkdir</span> <span class="n">build</span>
120120
<span class="n">rm</span> <span class="o">-</span><span class="n">rf</span> <span class="n">build</span><span class="o">/*</span>

docs/_sources/RPI.rst.txt

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)