diff options
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc index fd297d6..204316f 100644 --- a/README.adoc +++ b/README.adoc @@ -39,9 +39,8 @@ Building -------- Build dependencies: CMake, pkg-config, asciidoctor, liberty (included), termo (included) + -Runtime dependencies: ncursesw, libunistring, cURL, - fftw3 (optional), libpulse (optional) + -Optional X11 dependencies: x11, xft +Runtime dependencies: ncursesw, libunistring, cURL + +Optional runtime dependencies: fftw3, libpulse, x11, xft $ git clone --recursive https://git.janouch.name/p/nncmpp.git $ mkdir nncmpp/build |