summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2015-08-10 23:51:13 -0400
committerirungentoo <irungentoo@gmail.com>2015-08-10 23:51:13 -0400
commit6fb8e8cd6e0ad5a6ffacf9411d0ee00dc38e0d45 (patch)
tree5014ebbc33b1ad3e2b324c494c8fa7f10dd13d29
parent6098440e8b1e075b93d91d1bc8c5d4fe7998de43 (diff)
parentf83f064234d5493f4cf60bdb832cfdb816811b30 (diff)
Merge branch 'master' of https://github.com/randoms/toxcore
-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