diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-10-21 09:21:08 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-21 09:21:08 +0200 |
commit | ee5c41b2bfc383143dae8947344951262326dcea (patch) | |
tree | 35ae33a9bbfa8875f00a99206aada7cbc765b104 | |
parent | 9a67e076a997aab7b531d57e7e89910a34744db5 (diff) | |
download | nncmpp-ee5c41b2bfc383143dae8947344951262326dcea.tar.gz nncmpp-ee5c41b2bfc383143dae8947344951262326dcea.tar.xz nncmpp-ee5c41b2bfc383143dae8947344951262326dcea.zip |
README: update dependenciesv1.1.0
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index ce6e8b3..764bcd9 100644 --- a/README.adoc +++ b/README.adoc @@ -31,7 +31,7 @@ Building -------- Build dependencies: CMake, pkg-config, asciidoctor, liberty (included), termo (included) + -Runtime dependencies: ncursesw, libunistring, cURL +Runtime dependencies: ncursesw, libunistring, cURL, fftw3 (optional) $ git clone --recursive https://git.janouch.name/p/nncmpp.git $ mkdir nncmpp/build |