Skip to content

Instantly share code, notes, and snippets.

@ghost355
Created December 2, 2024 10:46
Show Gist options
  • Save ghost355/a34b96ada6b5940b694e3d277ca9735f to your computer and use it in GitHub Desktop.
Save ghost355/a34b96ada6b5940b694e3d277ca9735f to your computer and use it in GitHub Desktop.
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