Changes between Version 6 and Version 7 of dev/WindowsMinGW/current
- Timestamp:
- Jan 9, 2015, 6:27:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/WindowsMinGW/current
v6 v7 8 8 }}} 9 9 10 Download and install the latest version of [http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/ MinGW]. 11 1. Select "Download latest repository catalogues" 10 Download and install the latest version of [http://www.mingw.org/download/installer MinGW]. 12 11 1. Chose an install path, default is {{{c:\mingw}}} but every other '''path without whitespaces''' works 13 1. Select "C Compiler" and "C++ Compiler" 12 1. Default settings will do fine. Continue and let the installer download all packages. Continue again. 13 1. In the MinGW Installation Manager select "mingw32-base" and "mingw32-gcc-g++" 14 1. Click Installation -> Apply Changes, then click Apply and wait for the download to finish 14 15 1. Wait until the installer downloaded and installed all packages (may take a while) 15 16 … … 102 103 }}} 103 104 104 Download the latest binary release from [http://www.cmake.org/ cmake/resources/software.htmlhere] and install it.105 Download the latest binary release from [http://www.cmake.org/download/ here] and install it. 105 106 * '''While installing check the option to "add CMake to the system PATH"''' 106 107