diff options
author | irungentoo <irungentoo@gmail.com> | 2015-08-10 23:51:13 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2015-08-10 23:51:13 -0400 |
commit | 6fb8e8cd6e0ad5a6ffacf9411d0ee00dc38e0d45 (patch) | |
tree | 5014ebbc33b1ad3e2b324c494c8fa7f10dd13d29 | |
parent | 6098440e8b1e075b93d91d1bc8c5d4fe7998de43 (diff) | |
parent | f83f064234d5493f4cf60bdb832cfdb816811b30 (diff) |
Merge branch 'master' of https://github.com/randoms/toxcore
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -395,7 +395,7 @@ Now we will build sodium crypto library: | |||
395 | ```bash | 395 | ```bash |
396 | git clone https://github.com/jedisct1/libsodium/ | 396 | git clone https://github.com/jedisct1/libsodium/ |
397 | cd libsodium | 397 | cd libsodium |
398 | git checkout tags/1.0.0 | 398 | git 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 |
401 | make | 401 | make |