diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-11-21 19:50:37 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-11-21 19:50:37 +0100 |
commit | f22764ec56619e53b64bb102159c4d78d0b5e1c4 (patch) | |
tree | a82cadfc639eb0cb07460dc331d73d4bd2044afa | |
parent | 02c7c6dcd692cb0f1c2bfaf8fa03bc3077fb8ac9 (diff) | |
download | xK-f22764ec56619e53b64bb102159c4d78d0b5e1c4.tar.gz xK-f22764ec56619e53b64bb102159c4d78d0b5e1c4.tar.xz xK-f22764ec56619e53b64bb102159c4d78d0b5e1c4.zip |
degesch: update dependencies in README
-rw-r--r-- | README.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 72b99e5..085efe9 100644 --- a/README.adoc +++ b/README.adoc @@ -63,14 +63,14 @@ Notable features: Building -------- Build dependencies: CMake, pkg-config, help2man, awk, sh, liberty (included) + -Runtime dependencies: openssl, curses (degesch), +Runtime dependencies: openssl, curses (degesch), lua >= 5.3 (degesch, optional) readline or libedit >= 2013-07-12 (degesch) $ git clone --recursive https://github.com/pjanouch/uirc3.git $ mkdir uirc3/build $ cd uirc3/build $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug \ - -DWANT_READLINE=ON -DWANT_LIBEDIT=OFF + -DWANT_READLINE=ON -DWANT_LIBEDIT=OFF -DWANT_LUA=ON $ make To install the application, you can do either the usual: |