Browse Source
Merge pull request #2213 from mysqto/master
update libsodium to 1.0.16 because 1.0.13 is deleted from official release site
pull/2218/head
Max Lv
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
README.md
|
|
@ -269,8 +269,8 @@ sudo yum install gettext gcc autoconf libtool automake make asciidoc xmlto c-are |
|
|
|
## Arch |
|
|
|
sudo pacman -S gettext gcc autoconf libtool automake make asciidoc xmlto c-ares libev |
|
|
|
|
|
|
|
# Installation of Libsodium |
|
|
|
export LIBSODIUM_VER=1.0.13 |
|
|
|
# Installation of libsodium |
|
|
|
export LIBSODIUM_VER=1.0.16 |
|
|
|
wget https://download.libsodium.org/libsodium/releases/libsodium-$LIBSODIUM_VER.tar.gz |
|
|
|
tar xvf libsodium-$LIBSODIUM_VER.tar.gz |
|
|
|
pushd libsodium-$LIBSODIUM_VER |
|
|
|