diff options
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc index c5b9e15..775c5a3 100644 --- a/README.adoc +++ b/README.adoc @@ -33,6 +33,8 @@ You can get a package with the latest development version using Arch Linux's https://aur.archlinux.org/packages/nncmpp-git[AUR], or as a https://git.janouch.name/p/nixexprs[Nix derivation]. +Stable versions are present in: OpenBSD ports. + Documentation ------------- See the link:nncmpp.adoc[man page] for information about usage. @@ -40,10 +42,12 @@ The rest of this README will concern itself with externalities. Building -------- -Build dependencies: CMake, pkg-config, awk, liberty (included), - termo (included), asciidoctor or asciidoc (recommended but optional) + +Build-only dependencies: CMake, pkg-config, awk, liberty (included), + termo (included), asciidoctor or asciidoc (recommended but optional), + rsvg-convert (X11) + Runtime dependencies: ncursesw, libunistring, cURL + -Optional runtime dependencies: fftw3, libpulse, x11, xft, Perl + cURL (lyrics) +Optional runtime dependencies: fftw3, libpulse, x11 + xft + libpng (X11), + Perl + cURL (lyrics) $ git clone --recursive https://git.janouch.name/p/nncmpp.git $ mkdir nncmpp/build |