You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apt update
sudo apt install libsdl2-dev libsdl2-mixer-dev
cd ../path/to/SpaceCadetPinball
mkdir build
cd build
cmake .. -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ # gcc
cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ # clang
make -j$(nproc)# Build with all available CPU cores
Instructions to compile under GNU/Linux are incomplete, just say the libraries needed but not the necessary commands.
The text was updated successfully, but these errors were encountered: