开发者

Portable executable for CMake

开发者 https://www.devze.com 2023-02-05 07:08 出处:网络
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 restri

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 Windo开发者_JAVA百科ws that would allow one to simply use CMake?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消