This commit is contained in:
irungentoo 2015-08-10 23:51:13 -04:00
commit 6fb8e8cd6e
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -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