description here
SFML is required.
These can be installed from your package manager. For example, on Debian/ Ubuntu:
sudo apt install libsfml-devIf this is not possible (eg windows), you can install these manually from their respective websites:
https://www.sfml-dev.org/download.php
To build, at the root of the project:
sh scripts/build.shTo run, at the root of the project:
sh scripts/run.shTo build and run in release mode, simply add the release suffix:
sh scripts/build.sh release
sh scripts/run.sh release