Skip to content

Instantly share code, notes, and snippets.

@zbyte64
Created August 17, 2018 21:40
Show Gist options
  • Save zbyte64/4e2595c6867c1ae9e09b72a5e0bd8a7d to your computer and use it in GitHub Desktop.
Save zbyte64/4e2595c6867c1ae9e09b72a5e0bd8a7d to your computer and use it in GitHub Desktop.
Compile Stepmania 5.2 on the RaspberryPi
#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