File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ The Linux build uses the meson build system, and builds against system libraries
7272* [ ` meson ` ] ( https://www.mesonbuild.com ) ` >= 1.6.0 ` (` pip install meson ` /` brew install meson ` if your distro doesn't include a recent version)
7373* ` ninja `
7474* ` gcc ` , ` g++ ` (>=13, clang unsupported)
75- * ` sdl3 `
7675* ` opengl ` (usually provided by the gpu driver)
7776* ` flac `
7877* ` luajit `
@@ -119,10 +118,10 @@ If you want to change the buildtype afterwards, you can use `meson configure --b
119118` brew install pkg-config sdl3 minizip lz4 flac luajit lua libpng tbb gcc@13 ninja meson dylibbundler `
120119
121120** Arch Linux:**
122- ` sudo pacman -S sdl3 tbb flac luajit lua minizip lz4 libpng meson ninja base-devel `
121+ ` sudo pacman -S tbb flac luajit lua minizip lz4 libpng meson ninja base-devel `
123122
124123** Ubuntu >=22.04:**
125- ` sudo apt-get install build-essential libsdl2-dev libsdl2-image-dev libloadpng4-dev libflac++-dev luajit-5.1-dev liblua5.1-dev libminizip-dev liblz4-dev libpng++-dev libtbb-dev ninja-build python3-pip `
124+ ` sudo apt-get install build-essential libflac++-dev luajit-5.1-dev liblua5.1-dev libminizip-dev liblz4-dev libpng++-dev libtbb-dev ninja-build python3-pip `
126125` sudo python3 -m pip install meson `
127126
128127** Fedora:**
You can’t perform that action at this time.
0 commit comments