diff options
| -rw-r--r-- | README.adoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index f017a8a..ae16be3 100644 --- a/README.adoc +++ b/README.adoc @@ -25,13 +25,14 @@ You can get a package with the latest development version using Arch Linux's https://aur.archlinux.org/packages/sdn-git[AUR], or as a https://git.janouch.name/p/nixexprs[Nix derivation]. -https://janouch.name/cd[Static Linux builds for x86_64 can be found here], +https://janouch.name/cd[Static Linux builds can be found here], simply place the binaries somewhere in your PATH. Building -------- -Build dependencies: CMake and/or make, a C++17 compiler, pkg-config + +Build-only dependencies: CMake and/or make, a C++17 compiler, pkg-config + Runtime dependencies: ncursesw, libacl (on Linux) +Optional runtime dependencies: Midnight Commander $ git clone https://git.janouch.name/p/sdn.git $ mkdir sdn/build |
