From 0a0e595b67ca0b1008090498dd32285e81324dd9 Mon Sep 17 00:00:00 2001 From: Corey Sheldon Date: Tue, 25 Oct 2016 08:08:18 +0000 Subject: Corrected libsodium tag -tags/1.0.3 +tags/1.0.11 Also expanded the @"Rpm Development Tools" bit for clarity and sanity across the instructions. --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index a0896098..1cdd2821 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -60,7 +60,7 @@ On Fedora: dnf groupinstall "Development Tools" dnf install libtool autoconf automake check check-devel ``` -Using ``dnf install @"Development Tools"`` is also valid and slightly shorter / cleaner way. ``@"Rpm Development Tools"`` would carry the remaining dependencies listed here. +Using ``dnf install @"Development Tools"`` is also valid and slightly shorter / cleaner way. ``dnf install @"Rpm Development Tools"`` would carry the remaining dependencies listed here. On SunOS: @@ -80,7 +80,7 @@ You should get and install [libsodium](https://github.com/jedisct1/libsodium). I ```bash git clone https://github.com/jedisct1/libsodium.git cd libsodium -git checkout tags/1.0.3 +git checkout tags/1.0.11 ./autogen.sh ./configure && make check sudo checkinstall --install --pkgname libsodium --pkgversion 1.0.0 --nodoc @@ -95,7 +95,7 @@ this will install the libs to /usr/local/lib and the headers to /usr/local/inclu ```bash git clone https://github.com/jedisct1/libsodium.git cd libsodium -git checkout tags/1.0.3 +git checkout tags/1.0.11 ./autogen.sh ./configure make check -- cgit v1.2.3