Install CMake
Download CMake 3.0.x from www.cmake.org/cmake/resources/software.html.
Install CMake, ensuring that the option Add CMake to system PATH is selected when installing. The user chooses to select whether it is installed into the PATH for all users or just the current user. In this example, it is installed for all users.
|
|
Follow the remaining instructions of the installer.
You may need to reboot your system for the PATH changes to take effect.
Make sure
sh.exe
is not in the Environment Variable PATH. This is a limitation ofmingw32-make
.
Parent topic:Set up toolchain