Browse Source

update libsodium url

libsodium 1.0.16 has been removed to the old release
pull/2801/head
t0nyt4ng 3 years ago
committed by Max Lv
parent
commit
8e0fe4e6a2
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -225,7 +225,7 @@ sudo pacman -S gettext gcc autoconf libtool automake make asciidoc xmlto c-ares
# Installation of libsodium
export LIBSODIUM_VER=1.0.16
wget https://download.libsodium.org/libsodium/releases/libsodium-$LIBSODIUM_VER.tar.gz
wget https://download.libsodium.org/libsodium/releases/old/libsodium-$LIBSODIUM_VER.tar.gz
tar xvf libsodium-$LIBSODIUM_VER.tar.gz
pushd libsodium-$LIBSODIUM_VER
./configure --prefix=/usr && make

Loading…
Cancel
Save