Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Portable executable for CMake

I am developing on a Windows machine for which I don't have administrative privileges. I would like to use CMake to compile, and I cannot simply download and install this due to administrative restrictions.

I would also like to avoid compiling CMake from source (if possible). Are there portable binaries available for Windows that would allow one to simply use CMake?

like image 700
Ori Avatar asked Jan 17 '11 17:01

Ori


People also ask

Is CMake portable?

You can download a ZIP file of CMake. You can just uncompress it somewhere you are allowed to copy files and use it from there.

Can you use CMake with C?

In the C/C++ ecosystem, the best tool for project configuration is CMake. CMake allows you to specify the build of a project, in files named CMakeLists. txt, with a simple syntax (much simpler than writing Makefiles).


1 Answers

You can download a ZIP file of CMake. You can just uncompress it somewhere you are allowed to copy files and use it from there. Check the download page of CMake.

like image 89
tibur Avatar answered Oct 21 '22 06:10

tibur