Requirements: Clang (or g++)
sudo apt install g++-5 clang-3.6
To get SimuEvol from a machine connected to the internet, type in a terminal:
git clone https://github.com/ThibaultLatrille/SimuEvol.git
This should create a folder called SimuEvol
(the SimuEvol root folder). You must go there before compiling SimuEvol:
cd SimuEvol
Then, to build SimuEvol simply run:
make
Basic usage for SimuEvol is (from the SimuEvol root folder):
bin/SimuRelax --help
bin/SimuEvol --help
bin/SimuPoly --help
Thibault Latrille