Created
December 2, 2024 10:46
-
-
Save ghost355/a34b96ada6b5940b694e3d277ca9735f to your computer and use it in GitHub Desktop.
git install SDL and extensions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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