mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
proper libsodium version
This commit is contained in:
parent
5a2a756671
commit
f49ab64c3b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user