summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAstonex <softukitu@gmail.com>2013-07-27 01:39:16 +0100
committerAstonex <softukitu@gmail.com>2013-07-27 01:39:16 +0100
commit608229308942ff9bf76b7e288196f05114a3feed (patch)
tree715deef5bbc799cb2f7dab377737b53f09d26fab /INSTALL.md
parente6a33fede62f54b8d925a8d4b986581b3afddc0b (diff)
Update INSTALL.md
Updated the Windows install instructions - Changing the system path to include MinGW's bin directory.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index bc027c0b..7af2dc95 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -55,6 +55,11 @@ 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
59Firslty, you need to change your system's PATH. Navigate to My Computer>System Properties>Advanced System Settings>Environment Variables.
60
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).
62Make sure there's a ";" preceding this entry as well.
58 63
59Then 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. 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.
60 65