CMake 的可移植可执行文件

发布于 10-12 07:24 字数 148 浏览 11 评论 0原文

我正在一台没有管理权限的 Windows 计算机上进行开发。 我想使用 CMake 进行编译,但由于管理限制,我无法简单地下载并安装它。

我还想避免从源代码编译 CMake(如果可能)。是否有适用于 Windows 的可移植二进制文件允许人们简单地使用 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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

嘿嘿嘿2024-10-19 07:24:21

您可以下载 CMake 的 ZIP 文件。您可以将其解压缩到允许复制文件的地方并从那里使用它。检查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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文