aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-05-05 08:46:59 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-05-05 08:54:55 +0200
commita5a1079a9c0c96242db9d0b894bf92fbb4fbbf55 (patch)
tree32c953e7f79248bb1d24fcf71c67c14f32b62b20 /README
parent53894e39097846166e0cfb3a5260aad86cd5860f (diff)
downloadxK-a5a1079a9c0c96242db9d0b894bf92fbb4fbbf55.tar.gz
xK-a5a1079a9c0c96242db9d0b894bf92fbb4fbbf55.tar.xz
xK-a5a1079a9c0c96242db9d0b894bf92fbb4fbbf55.zip
degesch: add support for libedit
Just another kind of evil.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 46ff41a..6c8bbfb 100644
--- a/README
+++ b/README
@@ -50,14 +50,15 @@ Notable features:
Building
--------
Build dependencies: CMake, pkg-config, help2man, awk, sh, liberty (included)
-Runtime dependencies: openssl, curses (degesch), readline (degesch)
+Runtime dependencies: openssl, curses (degesch), readline or libedit (degesch)
$ git clone https://github.com/pjanouch/uirc3.git
$ git submodule init
$ git submodule update
$ mkdir build
$ cd build
- $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
+ $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug \
+ -DWANT_READLINE=ON -DWANT_LIBEDIT=OFF
$ make
To install the application, you can do either the usual: