Update README.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user