- On Linux:
- Install
sfml
:
# Ubuntu: apt install libsfml-dev # Arch: pacman -S sfml
- Build the game:
# To make a debug build: make debug -j16 # To make a release build: make release -j16 # To run the game: ./game # To run the server: ./game --server # To make a clean build make clean make debug/release
- Install
- On Windows
- Install linux
- Go to linux installation guide