aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilo Eckert <tilo.eckert@flam.de>2018-06-25 13:12:39 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-06-29 15:59:08 +0200
commit3e70f06fc8ed11182c6e9f8a72c8d36ec8e820be (patch)
treecb0a81ddf7c80f81b719d4268eb4629d3bbe79f5
parenta2a6dddacf357f92edcbaaa01aa5d87e69397db7 (diff)
downloadlibssh-3e70f06fc8ed11182c6e9f8a72c8d36ec8e820be.tar.gz
libssh-3e70f06fc8ed11182c6e9f8a72c8d36ec8e820be.tar.xz
libssh-3e70f06fc8ed11182c6e9f8a72c8d36ec8e820be.zip
doc: add documentation about building with client tests
Signed-off-by: Tilo Eckert <tilo.eckert@flam.de> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--INSTALL9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index b6d2541f..ee1ebb21 100644
--- a/INSTALL
+++ b/INSTALL
@@ -14,6 +14,10 @@ or
optional:
- [libz](http://www.zlib.net) >= 1.2
+- [socket_wrapper](https://cwrap.org/) >= 1.1.5
+- [nss_wrapper](https://cwrap.org/) >= 1.1.2
+- [uid_wrapper](https://cwrap.org/) >= 1.2.0
+- [pam_wrapper](https://cwrap.org/) >= 1.0.1
Note that these version numbers are version we know works correctly. If you
build and run libssh successfully with an older version, please let us know.
@@ -38,6 +42,11 @@ On Windows you should choose a makefile gernerator with -G or use
cmake-gui.exe ..
+To enable additional client tests against a local OpenSSH server, add the
+compile option -DCLIENT_TESTING=ON. These tests require an OpenSSH
+server package and some wrapper libraries (see optional requirements) to
+be installed.
+
## Testing build
make test