diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -79,7 +79,7 @@ You should get and install [libsodium](https://github.com/jedisct1/libsodium). I | |||
79 | ```bash | 79 | ```bash |
80 | git clone git://github.com/jedisct1/libsodium.git | 80 | git clone git://github.com/jedisct1/libsodium.git |
81 | cd libsodium | 81 | cd libsodium |
82 | git checkout tags/1.0.0 | 82 | git checkout tags/1.0.3 |
83 | ./autogen.sh | 83 | ./autogen.sh |
84 | ./configure && make check | 84 | ./configure && make check |
85 | sudo checkinstall --install --pkgname libsodium --pkgversion 1.0.0 --nodoc | 85 | sudo checkinstall --install --pkgname libsodium --pkgversion 1.0.0 --nodoc |
@@ -94,7 +94,7 @@ this will install the libs to /usr/local/lib and the headers to /usr/local/inclu | |||
94 | ```bash | 94 | ```bash |
95 | git clone git://github.com/jedisct1/libsodium.git | 95 | git clone git://github.com/jedisct1/libsodium.git |
96 | cd libsodium | 96 | cd libsodium |
97 | git checkout tags/1.0.0 | 97 | git checkout tags/1.0.3 |
98 | ./autogen.sh | 98 | ./autogen.sh |
99 | ./configure | 99 | ./configure |
100 | make check | 100 | make check |