We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806820f commit 93764deCopy full SHA for 93764de
bin/install-libsodium
@@ -11,10 +11,10 @@ fi
11
12
LIBSODIUM_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION
13
14
-curl -sfSLO --retry 20 https://github.com/jedisct1/libsodium/releases/download/1.0.7/libsodium-1.0.7.tar.gz
15
-tar xzf libsodium-1.0.7.tar.gz
+git clone -b stable https://github.com/jedisct1/libsodium.git
+
16
# compile
17
-pushd libsodium-1.0.7
+pushd libsodium
18
./configure --prefix=$LIBSODIUM_INSTALL_DIR
19
make check
20
make install
0 commit comments