Updated Encryption (markdown)
parent
e2345454ba
commit
bb1990d8c3
1 changed files with 1 additions and 2 deletions
|
@ -56,8 +56,7 @@ Install [libsodium](https://github.com/jedisct1/libsodium) >= 1.0.0 if you want
|
||||||
|
|
||||||
apt-get install build-essential
|
apt-get install build-essential
|
||||||
wget https://github.com/jedisct1/libsodium/releases/download/1.0.1/libsodium-1.0.1.tar.gz
|
wget https://github.com/jedisct1/libsodium/releases/download/1.0.1/libsodium-1.0.1.tar.gz
|
||||||
tar xf libsodium-1.0.1.tar.gz
|
tar xf libsodium-1.0.1.tar.gz && cd libsodium-1.0.1
|
||||||
cd libsodium-1.0.1
|
|
||||||
./configure && make -j2 && make install
|
./configure && make -j2 && make install
|
||||||
ldconfig
|
ldconfig
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue