Concordia_Game
This guide will help you to compile the test on Linux /Mac OS
You will need:
- SFML;
- GCC compiler (g++).
sudo apt install libsfml-dev
or
sudo pacman -S libsfml-dev
sudo apt install g++
or
sudo pacman -S g++
To run this project, you will may want to compile it first. To do so, go to the root of the project folder via terminal and run the following:
make
And then, to execute it, you need to be at the root of the project folder. Then, run the following:
./bin/ConcordiaGame
@François Dexemple - [email protected]
@Tom Klotz