From 25c74ce581e97153ea65cbce3a1b8bb163e90ed9 Mon Sep 17 00:00:00 2001 From: Cyrill Raccaud Date: Mon, 3 Mar 2025 09:48:18 +0100 Subject: [PATCH] README.md aktualisieren MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jouni Järvinen --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b00db2..da09875 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,7 @@ apt update sudo apt install libsdl2-dev libsdl2-mixer-dev cd ../path/to/SpaceCadetPinball -mkdir build -cd build +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