简体   繁体   English

如何在Windows 64位上安装cmake

[英]How to install cmake on Windows 64 bit

The download page for cmake only shows a 32 bit installer for windows. cmake的下载页面仅显示Windows的32位安装程序。 Any idea how to install it on 64 windows systems. 知道如何在64个Windows系统上安装它。

There is really no reason for a 64bit native CMake. 没有理由使用64位原生CMake。 CMake is only building the configuration , so you can use it to build configurations for 64bit software, even with the 32bit version. CMake只构建配置 ,因此您可以使用它来构建64位软件的配置,即使使用32位版本也是如此。

That being said, if you truly want a 64bit native version, you could always download the source and compile it. 话虽这么说,如果你真的想要64位原生版本,你可以随时下载源代码并进行编译。 There is no 64bit installer, however. 但是,没有64位安装程序。

The 32 bit version works perfectly even on 64 bit Windows. 即使在64位Windows上,32位版本也能完美运行。 I've used it, and it works. 我用过它,它的确有效。

EDIT: It looks like CMake is now available in both 32-bit and 64-bit flavors. 编辑:看起来CMake现在有32位和64位两种版本。 Just go to their website and you can get the 64-bit version. 只需访问他们的网站即可获得64位版本。

现在可以从下载页面获得64位Windows安装程序: https//cmake.org/download

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM