this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add build instructions for Fedora 40 (#2546)

authored by

Alice and committed by
GitHub
86d6df1d 0bf99172

+13
+13
README.md
··· 20 20 - [Ubuntu 18.04](#ubuntu-1804) 21 21 - [Arch](#arch) 22 22 - [Fedora 36](#fedora-36) 23 + - [Fedora 40](#fedora-40) 23 24 - [Raspberry Pi OS (64-Bit) (Bookworm)](#raspberry-pi-os-64-bit-bookworm) 24 25 - [Raspberry Pi (Retropie)](#raspberry-pi-retropie) 25 26 - [Mac](#mac) ··· 161 162 git clone --recursive https://github.com/nesbox/TIC-80 && cd TIC-80/build 162 163 cmake .. -DCMAKE_CXX_COMPILER=clang++ -DSDL_ALSA=On 163 164 make -j4 165 + ``` 166 + 167 + Install with [Install instructions](#install-instructions) 168 + 169 + ### Fedora 40 170 + 171 + Run the following commands from a terminal: 172 + ``` 173 + sudo dnf -y groupinstall "Development Tools" "Development Libraries" 174 + 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 175 + cmake -DBUILD_SDLGPU=On -DBUILD_STUB=On .. --fresh 176 + cmake --build . --parallel 164 177 ``` 165 178 166 179 Install with [Install instructions](#install-instructions)