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 6215239745
Update README.md files
3 years ago
..
septadrop_1.0_amd64 Add icon, Debian packaging 3 years ago
.gitignore Add icon, Debian packaging 3 years ago
README.md Update README.md files 3 years ago
build.sh Add initial version of asset inclusion in binary 3 years ago
debian.sh Add icon, Debian packaging 3 years ago
packer.py Create shared resources header file 3 years ago
run.sh Rename to septadrop 3 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 (untested). 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