summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
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