Skip to content

Instantly share code, notes, and snippets.

@eggplants
Last active May 13, 2022 12:36
Show Gist options
  • Save eggplants/22c4bbb332e36ee452c4f082d2f79105 to your computer and use it in GitHub Desktop.
Save eggplants/22c4bbb332e36ee452c4f082d2f79105 to your computer and use it in GitHub Desktop.
Build k4zmu2a/SpaceCadetPinball on Ubuntu & MacOS
brew install sdl2 sdl2_mixer cmake timidity
git clone --depth 1 https://github.com/k4zmu2a/SpaceCadetPinball
cd SpaceCadetPinball
cmake . && cmake --build .
git clone --depth 1 https://github.com/FmasterofU/WinXP-Pinball
mv WinXP-Pinball/Pinball/* bin
rm -rf WinXP-Pinball
./bin/SpaceCadetPinball
sudo apt install freepats libsdl2-dev libsdl2-mixer-dev timidity
git clone --depth 1 https://github.com/k4zmu2a/SpaceCadetPinball
cd SpaceCadetPinball
cmake . && cmake --build .
git clone --depth 1 https://github.com/FmasterofU/WinXP-Pinball
mv WinXP-Pinball/Pinball/* bin
rm -rf WinXP-Pinball
./bin/SpaceCadetPinball
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment