Portable executable for CMake

纵饮孤独 提交于 2020-06-25 09:45:11

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/4715924/portable-executable-for-cmake

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!