summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandoms <newnewton@qq.com>2015-08-08 13:53:05 +0800
committerEniz Vukovic <eniz_vukovic@hotmail.com>2015-10-23 22:54:21 +0200
commitef8b6ccf5658f9d09515a55d555fea1ed1d0a941 (patch)
tree003881248169a463696b88b115ecdcb3c249adbd
parent283297a10d228c3bed28485106a18b6b0980cdda (diff)
Install instructions: Use 1.0.3 tag for libsodium
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index a31be645..ba955792 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -395,7 +395,7 @@ Now we will build sodium crypto library:
395```bash 395```bash
396git clone https://github.com/jedisct1/libsodium/ 396git clone https://github.com/jedisct1/libsodium/
397cd libsodium 397cd libsodium
398git checkout tags/1.0.0 398git checkout tags/1.0.3
399./autogen.sh 399./autogen.sh
400./configure --host="$WINDOWS_TOOLCHAIN" --prefix="$PREFIX_DIR" --disable-shared --enable-static 400./configure --host="$WINDOWS_TOOLCHAIN" --prefix="$PREFIX_DIR" --disable-shared --enable-static
401make 401make