Update README.md

This commit is contained in:
Endert0m
2026-06-24 13:06:17 +02:00
committed by GitHub
parent f4dd508152
commit de272f572b
+6 -3
View File
@@ -70,8 +70,11 @@ Per spostare l'intera scena si tiene premuto il tasto centrale del mouse.
# Per compilare: # Per compilare:
cmake --build mkdir build //se non esiste già
cd build
cmake ..
cmake --build . -j$(nproc)
# Per lanciare: # Per lanciare:
cd bin
./build/bin/mainV11 ./mainV11