From 6b768c64cf3c01fb574d07b201acbb9c277be70b Mon Sep 17 00:00:00 2001 From: drbob Date: Wed, 28 Aug 2013 03:31:50 +0000 Subject: [PATCH] added info about libssh-0.6.0rc1 git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6632 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.txt b/README.txt index 3ea1574b6..753c54b79 100644 --- a/README.txt +++ b/README.txt @@ -25,6 +25,10 @@ To compile: # make # cd ../../.. + NB: There is a new libssh-0.6.0rc1 which fixes some bugs from v0.5.4, + The procedure is the same as above, except for the following line. + # cmake -DWITH_STATIC_LIB=ON -DWITH_GSSAPI=OFF .. + - get source code for sqlcipher, and build it (only needed for GXS) # cd lib