@@ -70,8 +70,11 @@ Per spostare l'intera scena si tiene premuto il tasto centrale del mouse.
# Per compilare:
cmake --build
mkdir build //se non esiste già
cd build
cmake ..
cmake --build . -j$(nproc)
# Per lanciare:
./build/bin/mainV11
cd bin
./mainV11
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.