This commit is contained in:
irungentoo 2015-06-30 22:08:07 -04:00
commit 02b156f17a
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -79,7 +79,7 @@ You should get and install [libsodium](https://github.com/jedisct1/libsodium). I
```bash
git clone git://github.com/jedisct1/libsodium.git
cd libsodium
git checkout tags/1.0.0
git checkout tags/1.0.3
./autogen.sh
./configure && make check
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
```bash
git clone git://github.com/jedisct1/libsodium.git
cd libsodium
git checkout tags/1.0.0
git checkout tags/1.0.3
./autogen.sh
./configure
make check