Skip to content

Commit

Permalink
Add build instructions for Fedora 40 (#2546)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliceisjustplaying committed Apr 29, 2024
1 parent 0bf9917 commit 86d6df1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -20,6 +20,7 @@
- [Ubuntu 18.04](#ubuntu-1804)
- [Arch](#arch)
- [Fedora 36](#fedora-36)
- [Fedora 40](#fedora-40)
- [Raspberry Pi OS (64-Bit) (Bookworm)](#raspberry-pi-os-64-bit-bookworm)
- [Raspberry Pi (Retropie)](#raspberry-pi-retropie)
- [Mac](#mac)
Expand Down Expand Up @@ -165,6 +166,18 @@ make -j4

Install with [Install instructions](#install-instructions)

### Fedora 40

Run the following commands from a terminal:
```
sudo dnf -y groupinstall "Development Tools" "Development Libraries"
sudo dnf -y install ruby-devel rubygem-rake cmake clang pipewire-devel SDL2-devel SDL2_sound-devel SDL2_gfx-devel wayland-devel libXext-devel pipewire-jack-audio-connection-kit-devel pipewire-jack-audio-connection-kit-devel pulseaudio-libs-devel rubygems-devel libdecor-devel libdrm-devel mesa-libgbm-devel esound-devel freeglut-devel
cmake -DBUILD_SDLGPU=On -DBUILD_STUB=On .. --fresh
cmake --build . --parallel
```

Install with [Install instructions](#install-instructions)

### Raspberry Pi OS (64-Bit) (Bookworm)

Run the following commands from a terminal:
Expand Down

0 comments on commit 86d6df1

Please sign in to comment.