Skip to content

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 309 Bytes

readme.md

File metadata and controls

executable file
·
25 lines (18 loc) · 309 Bytes

Synthesis

This project is part of A. Auclair and E. Mera's personnal work done for 2021 TIPE.

Compiling

On Linux/MacOS

mkdir build
cd build
cmake ..
make

On Windows

You first need Mingw32 to compile.

mkdir build
cd build
cmake .. -G "MinGW Makefiles"
mingw32-make