summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorCorey Sheldon <linux-modder@users.noreply.github.com>2016-10-25 08:08:18 +0000
committerGitHub <noreply@github.com>2016-10-25 08:08:18 +0000
commit0a0e595b67ca0b1008090498dd32285e81324dd9 (patch)
tree41316c15eb1ed5eb9e72c22d9cf5d58de1bbf14f /INSTALL.md
parent405dd9bcec9454f52c2e13ea08b55001b663d0b4 (diff)
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.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index a0896098..1cdd2821 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -60,7 +60,7 @@ On Fedora:
60dnf groupinstall "Development Tools" 60dnf groupinstall "Development Tools"
61dnf install libtool autoconf automake check check-devel 61dnf install libtool autoconf automake check check-devel
62``` 62```
63Using ``dnf install @"Development Tools"`` is also valid and slightly shorter / cleaner way. ``@"Rpm Development Tools"`` would carry the remaining dependencies listed here. 63Using ``dnf install @"Development Tools"`` is also valid and slightly shorter / cleaner way. ``dnf install @"Rpm Development Tools"`` would carry the remaining dependencies listed here.
64 64
65On SunOS: 65On SunOS:
66 66
@@ -80,7 +80,7 @@ You should get and install [libsodium](https://github.com/jedisct1/libsodium). I
80```bash 80```bash
81git clone https://github.com/jedisct1/libsodium.git 81git clone https://github.com/jedisct1/libsodium.git
82cd libsodium 82cd libsodium
83git checkout tags/1.0.3 83git checkout tags/1.0.11
84./autogen.sh 84./autogen.sh
85./configure && make check 85./configure && make check
86sudo checkinstall --install --pkgname libsodium --pkgversion 1.0.0 --nodoc 86sudo 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
95```bash 95```bash
96git clone https://github.com/jedisct1/libsodium.git 96git clone https://github.com/jedisct1/libsodium.git
97cd libsodium 97cd libsodium
98git checkout tags/1.0.3 98git checkout tags/1.0.11
99./autogen.sh 99./autogen.sh
100./configure 100./configure
101make check 101make check