Created
August 17, 2018 21:40
-
-
Save zbyte64/4e2595c6867c1ae9e09b72a5e0bd8a7d to your computer and use it in GitHub Desktop.
Compile Stepmania 5.2 on the RaspberryPi
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
#inside the Build directory of the source code: | |
cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Release -DWITH_SSE=OFF -DWITH_CRASH_HANDLER=OFF -DWITH_MINIMAID=OFF .. | |
cmake .. | |
make -j2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment