Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 258 Bytes

Readme.md

File metadata and controls

21 lines (14 loc) · 258 Bytes

myMarcher

Install

Clone recursively the repo

git clone --recursive https://github.com/gabbonj/myMarcher.git

Use CMake to build the source

cd build
cmake ..
cmake --build .

Then run the program from the myMarcher folder