septadrop/build
2022-03-17 13:36:06 -07:00
..
septadrop_1.0.1_amd64 Add Debian copyright file 2022-03-17 13:07:23 -07:00
.gitignore v1.0.1 2022-03-17 12:59:32 -07:00
build.sh Remove Windows build things and make adjustments for CMake v3.23.0-rc3 2022-03-13 12:24:01 -07:00
debian.sh Fix target of Debian build script 2022-03-17 13:36:06 -07:00
packer.py Create shared resources header file 2022-03-10 19:32:27 -08:00
README.md Remove untested note on build README 2022-03-13 13:10:38 -07:00
run.sh Remove Windows build things and make adjustments for CMake v3.23.0-rc3 2022-03-13 12:24:01 -07: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. They package must be at version 2.5.

To compile:

./build.sh

To compile and run:

./run.sh

To run:

./septadrop

Packaging

Debian

To package:

./debian.sh