mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
INSTALL.md: cd to the previous directory after installing libsodium
This commit is contained in:
parent
5e0a1328ef
commit
847d6cd07a
|
@ -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