summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAstonex <softukitu@gmail.com>2013-07-27 01:46:35 +0100
committerAstonex <softukitu@gmail.com>2013-07-27 01:46:35 +0100
commit6515a52d446dde8c8fecf048f41e2f22f302a3bc (patch)
treee1fc92b1422054b1a2fe15ea4a97708c6e8c516f /INSTALL.md
parent608229308942ff9bf76b7e288196f05114a3feed (diff)
Update INSTALL.md
Spelling mistake
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 7af2dc95..a0173ec5 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -56,7 +56,7 @@ You 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 58
59Firslty, you need to change your system's PATH. Navigate to My Computer>System Properties>Advanced System Settings>Environment Variables. 59Firstly, you need to change your system's PATH. Navigate to My Computer>System Properties>Advanced System Settings>Environment Variables.
60 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). 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. 62Make sure there's a ";" preceding this entry as well.