septadrop/build
2022-03-03 17:05:35 -08:00
..
.gitignore Initial commit 2022-03-03 17:00:44 -08:00
README.md Update build instructions 2022-03-03 17:05:35 -08:00

Building

This build setup is only working/tested for GNU/Linux systems. In order to have the required development dependencies, install them using your system's package manager. This is libsfml-dev on Debian-based systems and sfml on Arch-based systems (untested). They package must be at version 2.5.

First, cd into this folder, then run Cmake to generate the Makefile. If you ever update CMakeLists.txt, run this command again.

cmake ..

To compile and run:

make && ./elnutris