degesch: update dependencies in README

This commit is contained in:
Přemysl Eric Janouch 2015-11-21 19:50:37 +01:00
parent 02c7c6dcd6
commit f22764ec56
1 changed files with 2 additions and 2 deletions

View File

@ -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: