summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-26 17:49:45 -0700
committerirungentoo <irungentoo@gmail.com>2013-07-26 17:49:45 -0700
commit052a231559d885415e6abcfa6c2e7ae4a25549f5 (patch)
treea05da7fd1e47e3652d079e5fb889952f509eb31b /INSTALL.md
parent85b2db2ad2349e86605993f52d199d2797aec2da (diff)
parent6515a52d446dde8c8fecf048f41e2f22f302a3bc (diff)
Merge pull request #113 from Astonex/patch-1
Update INSTALL.md
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..a0173ec5 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
59Firstly, 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