mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge branch 'patch-1' of https://github.com/paragonie-scott/toxcore
This commit is contained in:
commit
02b156f17a
|
@ -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