Changes between Version 28 and Version 29 of CompilationGuide/MinGW
- Timestamp:
- May 6, 2015, 8:55:11 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MinGW
v28 v29 34 34 35 35 Once you install MinGW you should see in the Windows menu the "MinGW" 36 entry with the option "MinGW shell". 37 Click on it and it will launch a terminal with a bash shell. This is 36 entry with the option "MinGW shell". Click on it and it will launch a terminal with a bash shell. This is 38 37 supposed to be a GNU/Unix environment, and you're supposed to know a 39 bit of UNIX commands for getting through it. 38 bit of UNIX commands for getting through it. Alternatively, or in case the MinGW entry is missing, you need to manually 39 launch the MINGW_PATH/msys/1.0/msys.bat file. 40 40 41 41 MinGW adopts a mounting mechanism to make Windows directories appear like … … 44 44 guide, when not explicitly specified, we'll use the UNIX mapped 45 45 paths. 46 47 Note that by default the user home will be placed in MINGW_PATH/msys/1.0/home/USER, 48 and that will be your working directory of the msys shell. 49 50 Finally, you need to edit the system environment {{{Path}}} variable, adding the MINGW_PATH/bin directory. This will allow both the system 51 and the msys shell to find programs provided by MinGW. This can be done for example with: 52 {{{ 53 Control Panel -> System -> Advanced -> Edit Environment Variables 54 }}} 46 55 47 56 === mingw-w64 ===
