diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-03-06 17:59:45 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-03-06 18:12:12 +0100 |
commit | 584d2f0295df01cff4ac24c336af40f4c2a762e2 (patch) | |
tree | 41b59d84fb0c82bfa119c02f78bbc845c9d1c776 /README.adoc | |
parent | 3304b718aac98103b5fb3c2855bb661887c62aa1 (diff) | |
download | xK-584d2f0295df01cff4ac24c336af40f4c2a762e2.tar.gz xK-584d2f0295df01cff4ac24c336af40f4c2a762e2.tar.xz xK-584d2f0295df01cff4ac24c336af40f4c2a762e2.zip |
degesch: use libffi to unify input callbacks
And fuck you both, Readline and Editline.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.adoc b/README.adoc index 20fb718..25b7a16 100644 --- a/README.adoc +++ b/README.adoc @@ -10,7 +10,7 @@ All of them have these potentially interesting properties: - full IPv6 support - TLS support, including client certificates - - minimal dependencies + - lean on dependencies (with the exception of 'degesch') - compact and arguably easy to hack on - permissive license @@ -66,9 +66,9 @@ support (even though socksify can add that easily to any program). Building -------- Build dependencies: CMake, pkg-config, help2man, awk, sh, liberty (included) + -Runtime dependencies: openssl, curses (degesch), - readline >= 6.0 or libedit >= 2013-07-12 (degesch), - lua >= 5.3 (degesch, optional) +Runtime dependencies: openssl + +Additionally for degesch: curses, libffi, lua >= 5.3 (optional), + readline >= 6.0 or libedit >= 2013-07-12 $ git clone --recursive https://github.com/pjanouch/uirc3.git $ mkdir uirc3/build |