summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAstonex <softukitu@gmail.com>2013-07-30 04:41:09 +0100
committerAstonex <softukitu@gmail.com>2013-07-30 04:41:09 +0100
commit3b52624f58f4044e655920fb4e0784be3a897b03 (patch)
tree3271ab1944f2ab975e34f4eac2079992fedf1165 /INSTALL.md
parentd503941f6cca9901e5b2946bf5997092e69b6520 (diff)
Update INSTALL.md
Changing the libsodium link from a list of its release archives to the windows specific one - it is windows specific install instructions after all.
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 8e67d848..c3deec36 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -68,7 +68,7 @@ You have to [modify your PATH environment variable](http://www.computerhope.com/
68 68
69Then you should either clone this repo by using git, or just download a [zip of current Master branch](https://github.com/irungentoo/ProjectTox-Core/archive/master.zip) and extract it somewhere. 69Then you should either clone this repo by using git, or just download a [zip of current Master branch](https://github.com/irungentoo/ProjectTox-Core/archive/master.zip) and extract it somewhere.
70 70
71After that you should get precompiled packages of libsodium from [here](https://download.libsodium.org/libsodium/releases/) and extract the archive into this repo's root. That is, `sodium` folder should be along with `core`, `testing` and other folders. 71After that you should get precompiled package of libsodium from [here](https://download.libsodium.org/libsodium/releases/libsodium-win32-0.4.2.tar.gz) and extract the archive into this repo's root. That is, `sodium` folder should be along with `core`, `testing` and other folders.
72 72
73Navigate in `cmd` to this repo and run: 73Navigate in `cmd` to this repo and run:
74```cmd 74```cmd