Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 359 Bytes

File metadata and controls

16 lines (12 loc) · 359 Bytes

PHYSICS SIMULATOR C++

Before to compile you must need to install the dependencies, for debian based distros you can use the following command:

source ./install-dependencies.sh

Compile:

For compile the project you must need to have installed cmake, then you can use the following commands:

cd build
cmake ..
make