Update build instructions
This commit is contained in:
parent
109298e279
commit
19990061b2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# 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. The package must be at version 2.5. Since septadrop now uses Rust bindings of SFML, `libcsfml-dev` needs to also be installed on Debian-based systems, and and `csfml` on Arch-based systems.
|
||||
This build setup is only working/tested for GNU/Linux systems. In order to have the required development dependencies (C bindings for SFML), install them using your system's package manager. This is `libcsfml-dev` on Debian-based systems and `csfml` on Arch-based systems. The package must be at version 2.5.
|
||||
|
||||
## Packaging
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue