From f83f064234d5493f4cf60bdb832cfdb816811b30 Mon Sep 17 00:00:00 2001 From: randoms Date: Sat, 8 Aug 2015 13:53:05 +0800 Subject: [PATCH] Install instructions: Use 1.0.3 tag for libsodium --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ```bash git clone https://github.com/jedisct1/libsodium/ cd libsodium -git checkout tags/1.0.0 +git checkout tags/1.0.3 ./autogen.sh ./configure --host="$WINDOWS_TOOLCHAIN" --prefix="$PREFIX_DIR" --disable-shared --enable-static make