- g++ compiler
- SDL2
- SDL2_image
Open terminal and navigate to game folder.
Run the following commands:
make
make run
This should open another window consisting of the game's menuscreen
If for any reason you would like to removed the compiled game files:
make clean
In the game directory, will remove the game's compiled (.o) files.
Check that the game compiled successfully, by typing
make
once more.
Check that you have a proper installation of SDL2 installed.
For further information regarding installation of SDL2, click here.
Check that you have a proper installation of SDL2_image installed.
For further information regarding installation of SDL2_image, click here.