Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.07 KB

Dune modelling project

Install

Please use SSH to clone this repository :

git clone --recurse-submodules [email protected]:remigerme/dune-modelling.git

Make sure you have cmake installed on your machine (and all libs required by cgp such as libglfw3 and stuff).

Setup and run (using VSCode)

If you're using Linux, there is no setup. Just debug with the Debug project with new files configuration.

If you're using macOS, you need to replace gdb by lldb in .vscode/launch.json. Then debug.

Setup and run (without VSCode)

Everytime you create a new file (and so the first time too), run this command - inside the build directory :

cmake ..

To compile and run the project, use this command - still inside the build directory :

make -j8
./dune-modelling

Learn more about the project

A blog article is available. Main handcrafted mechanisms are presented in a graphic way to help understand how the project was made without diving into the code.