SystemMap is a 2D Simulation of space. It is powered by C++ and SFML.
- the multimedia API SFML2 http://www.sfml-dev.org/index-fr.php
- cmake 2.8
- g++
- SFML2
First create the build folder and move in :
mkdir build/ && cd build/Then create the makefile :
cmake ..Now simply build with :
makeExecute :
./systemMapActualy this only can be done manualy, but target install will surely come soon
- BAILLEUX Pol (Xenoth - coding)
- SOTON Dylan (Asphox - Formulas)