sevenuz / Swone

little game written in c++ and inspired by färg
1 stars 0 forks source link

Debian

Dependencies:

Install GL: sudo apt-get install build-essential libgl1-mesa-dev
Install SFML: sudo apt-get install libsfml-dev

Build with meson and ninja:

meson build
cd build/
ninja

Windows:

Dependencies:

Find SFML Binaries or compile it yourself

Build with VS:

If you have problems, make sure that you use the same compiler for all builds.

meson build --backend vs

Run from build/

./swone