summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorrandoms <newnewton@qq.com>2015-08-08 13:53:05 +0800
committerrandoms <newnewton@qq.com>2015-08-08 13:53:05 +0800
commitf83f064234d5493f4cf60bdb832cfdb816811b30 (patch)
tree3f4ced59da2773a19a6ff75d6d02f84bee08e812 /INSTALL.md
parent7e964d4370b44025ece4fbae66b690f5d3758651 (diff)
Install instructions: Use 1.0.3 tag for libsodium
Diffstat (limited to 'INSTALL.md')
-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