Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 575 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 575 Bytes

Verlet Multi thread

image

Compilation

SFML and CMake need to be installed.

Create a build directory

mkdir build
cd build

Configure and build the project

cmake ..
cmake --build .

On Windows it will build in debug by default. To build in release you need to use this command

cmake --build . --config Release

You will also need to add the res directory and the SFML dlls in the Release or Debug directory for the executable to run.