From 3e70f06fc8ed11182c6e9f8a72c8d36ec8e820be Mon Sep 17 00:00:00 2001 From: Tilo Eckert Date: Mon, 25 Jun 2018 13:12:39 +0200 Subject: doc: add documentation about building with client tests Signed-off-by: Tilo Eckert Reviewed-by: Andreas Schneider --- INSTALL | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'INSTALL') 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 -- cgit v1.2.3