From 19990061b216474de44e206e4eee940f2587c520 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sat, 19 Mar 2022 12:55:29 -0700 Subject: [PATCH] Update build instructions --- build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/README.md b/build/README.md index 675e101..15c4fc2 100644 --- a/build/README.md +++ b/build/README.md @@ -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