Skip to content

Instantly share code, notes, and snippets.

@ghost355
Created December 2, 2024 10:46
git install SDL and extensions
git clone https://github.com/libsdl-org/SDL
cd SDL
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" ..
cmake --build . --config Release --parallel
sudo cmake --install . --config Release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment