mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Install instructions: Use 1.0.3 tag for libsodium
This commit is contained in:
parent
219fabc0f5
commit
eff28e0b31
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user