mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-01 06:20:15 +02:00
README.md aktualisieren
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
This commit is contained in:
parent
e492c4849e
commit
25c74ce581
1 changed files with 1 additions and 2 deletions
|
@ -74,8 +74,7 @@ apt update
|
||||||
sudo apt install libsdl2-dev libsdl2-mixer-dev
|
sudo apt install libsdl2-dev libsdl2-mixer-dev
|
||||||
|
|
||||||
cd ../path/to/SpaceCadetPinball
|
cd ../path/to/SpaceCadetPinball
|
||||||
mkdir build
|
mkdir build && cd build
|
||||||
cd build
|
|
||||||
cmake .. -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ # gcc
|
cmake .. -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ # gcc
|
||||||
cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ # clang
|
cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ # clang
|
||||||
make -j$(nproc) # Build with all available CPU cores
|
make -j$(nproc) # Build with all available CPU cores
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue