mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge pull request #488 from kongr45gpen/patch-1
INSTALL.md: cd to the previous directory after installing libsodium
This commit is contained in:
commit
3aaa144b90
|
@ -37,6 +37,7 @@ git checkout tags/0.4.2
|
|||
./configure && make check
|
||||
sudo checkinstall --install --pkgname libsodium --pkgversion 0.4.2 --nodoc
|
||||
sudo ldconfig
|
||||
cd ..
|
||||
```
|
||||
|
||||
Or if checkinstall is not easily available for your distribution (e.g. Fedora),
|
||||
|
@ -50,6 +51,7 @@ git checkout tags/0.4.2
|
|||
./configure
|
||||
make check
|
||||
sudo make install
|
||||
cd ..
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user