×
Create a new article
Write your page title here:
We currently have 240 articles on Open Eggbert. Type your article name above or click on one of the titles below and start writing!



Open Eggbert
240Articles
Revision as of 19:28, 22 February 2025 by Robertvokac (talk | contribs) (Created page with "== How to install SDL 3 on Linux == git clone <nowiki>https://github.com/libsdl-org/SDL.git</nowiki> cd SDL mkdir build && cd build cmake .. -DSDL3_BUILD_SHARED=ON make -j$(nproc) sudo make install")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to install SDL 3 on Linux

git clone https://github.com/libsdl-org/SDL.git

cd SDL

mkdir build && cd build

cmake .. -DSDL3_BUILD_SHARED=ON

make -j$(nproc)

sudo make install