Compiling and linking is done using Make, make sure you are in the root folder. To create executable files, run shell commands
cd src/ make
To run script-name
script-name
./main
To generate plots, the Python scripts is run using
python3 <script-name>
The plots will be saved inside latex/images.