Changes between Version 21 and Version 22 of UsersWikiWinCompile
- Timestamp:
- 04/15/09 13:16:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompile
v21 v22 44 44 45 45 '''7. Update environment variable'''[[BR]] 46 the below is copied direct from www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite ---- 46 the below is copied direct from www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite 47 ---- 47 48 Environment Settings[[BR]] 48 49 When you install command line tools, such as MinGW, or GnuWin32 tools, you have to tell the command line interpreter where to find them; this is usually accomplished by adding the appropriate directory names to the PATH variable in your environment. Typically, it is your responsibility to do this; please do not expect the installer, (if you used one), to do it for you.[[BR]] … … 54 55 4. You will be presented with a dialog box with two text boxes, the bottom text box allows you to edit the PATH variable. It is very important that you do not delete the existing values in the PATH string, this will cause all sorts of problems for you! 55 56 5. Scroll to the end of the string and at the end add ";<installation-directory>\bin". Here <installation-directory> is the full absolute path name of the installation directory; if you accepted the defaults when installing tar and gzip, then for these, it will (probably) be C:\Program Files\GnuWin32, while for MinGW it will be C:\MinGW\bin, (if you kept to the recommended default installation directory). Don't forget the semicolon; this separates the entries in the PATH. 56 6. press OK -> OK -> OK and you are done. ---- 57 6. press OK -> OK -> OK and you are done. 58 ---- 57 59 Set the environment variable HOME to C:\msys\1.0\home 58 60