Portable executable for CMake

I am developing on a Windows machine for which I do not have administrator rights. I would like to use CMake to compile, and I cannot just download and install it due to administrative restrictions.

I would also like to avoid compiling CMake from the source code (if possible). Are there portable binaries for Windows that would make CMake easy to use?

+6
binary cmake portable-executable
source share
1 answer

You can download the zip file CMake. You can simply unzip it somewhere where you are allowed to copy files and use it from there. Check out the CMake download page .

+15
source share

All Articles