summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-26 18:19:05 -0700
committerirungentoo <irungentoo@gmail.com>2013-07-26 18:19:05 -0700
commit1b4ea2e1aeb874e872a2c767326633450de12d20 (patch)
tree014b6a03ed95c898a6c70038a1a0c7038e424e8e
parent052a231559d885415e6abcfa6c2e7ae4a25549f5 (diff)
parent753f47ef6cc5428ce83e65a6f27f8ae197b7ec5e (diff)
Merge pull request #114 from nurupo/master
Updated Windows instructions
-rw-r--r--INSTALL.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index a0173ec5..a550e47b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -55,11 +55,8 @@ http://caiustheory.com/install-gcc-421-apple-build-56663-with-xcode-42
55You should install: 55You should install:
56 - [MinGW](http://sourceforge.net/projects/mingw/)'s C compiler 56 - [MinGW](http://sourceforge.net/projects/mingw/)'s C compiler
57 - [CMake](http://www.cmake.org/cmake/resources/software.html) 57 - [CMake](http://www.cmake.org/cmake/resources/software.html)
58
59Firstly, you need to change your system's PATH. Navigate to My Computer>System Properties>Advanced System Settings>Environment Variables.
60 58
61Then under System Variables, edit your PATH and add C:\MinGW\bin; to the end of it (Change this to your MinGW install directory - C:\MinGW by default). 59You have to [modify your PATH environment variable](http://www.computerhope.com/issues/ch000549.htm) so that it contains MinGW's bin folder path. With default settings, the bin folder is located at `C:\MinGW\bin`, which means that you would have to append `;C:\MinGW\bin` to the PATH variable.
62Make sure there's a ";" preceding this entry as well.
63 60
64Then 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. 61Then 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.
65 62