Skip to content

Instantly share code, notes, and snippets.

@ghost355
Created December 1, 2024 18:58
Show Gist options
  • Save ghost355/6f6199922951bdcc1edf45f9718ad261 to your computer and use it in GitHub Desktop.
Save ghost355/6f6199922951bdcc1edf45f9718ad261 to your computer and use it in GitHub Desktop.
install SDL3 extensions
cd SDL3
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="x86_64" ..
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