How to install CMake on Cygwin?

Romain-p picture Romain-p · Jan 27, 2015 · Viewed 36.2k times · Source

I have some difficulties to use Cygwin. I need that compiler to use CLion IDE by Netbrains. Can you explain me how to install CMake by the cygwin-terminal ? Thank you.

Answer

TrueY picture TrueY · Jan 27, 2015

Actually is not a compiler. It is a wrapper to generate files for different like programmes. The package is available in , You do not need to build from source. Before adding new package recommended to close all programmes. Then you should download the latest setup.exe programme (64 bit or or 32 bit version. Launch if from Windows' cmd prompt. In the "Select Packages" dialogue you can enter cmake to the "Search" edit box. If You open open the "Devel" line. Here you can check: "cmake: Cross-platform makefile generation system". Press "Next>" and Install (I think) and here you get the package...

I hope this helps!