From f49ab64c3b60f6d6ecbe1981b04ca6a870c7373b Mon Sep 17 00:00:00 2001 From: ro Date: Mon, 15 Sep 2014 17:35:27 -0700 Subject: [PATCH] proper libsodium version --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 608d768b..0f22b493 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -59,7 +59,7 @@ You should get and install [libsodium](https://github.com/jedisct1/libsodium): ```bash git clone git://github.com/jedisct1/libsodium.git cd libsodium -git checkout tags/0.5.0 +git checkout tags/0.7.0 ./autogen.sh ./configure && make check sudo checkinstall --install --pkgname libsodium --pkgversion 0.5.0 --nodoc @@ -74,7 +74,7 @@ this will install the libs to /usr/local/lib and the headers to /usr/local/inclu ```bash git clone git://github.com/jedisct1/libsodium.git cd libsodium -git checkout tags/0.5.0 +git checkout tags/0.7.0 ./autogen.sh ./configure make check