Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install CMake on Cygwin?

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.

like image 706
Romain-p Avatar asked Jan 27 '15 14:01

Romain-p


People also ask

How do I run CMake in Cygwin?

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".

What is PIP install CMake?

pip install cmake. Released: Aug 17, 2022. CMake is an open-source, cross-platform family of tools designed to build, test and package software.


1 Answers

Actually cmake is not a compiler. It is a wrapper to generate files for different make like programmes. The package is available in cygwin, You do not need to build from source. Before adding new package recommended to close all cygwin 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!

like image 148
TrueY Avatar answered Sep 21 '22 13:09

TrueY