Want to contribute? Fork me on Codeberg.org!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Elnu 79d02d0489
Fix target of Debian build script
2 years ago
..
septadrop_1.0.1_amd64 Add Debian copyright file 2 years ago
.gitignore v1.0.1 2 years ago
README.md Remove untested note on build README 2 years ago
build.sh Remove Windows build things and make adjustments for CMake v3.23.0-rc3 2 years ago
debian.sh Fix target of Debian build script 2 years ago
packer.py Create shared resources header file 2 years ago
run.sh Remove Windows build things and make adjustments for CMake v3.23.0-rc3 2 years ago

README.md

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