We are pleased to announce that CMake 3.18.4 is now available for download.
Please use the latest release from our download page:
https://cmake.org/download/
Thanks for your support!
转自 https://blog.kitware.com/cmake-3-18-4-available-for-download/
Latest Release (3.18.4)
The release was packaged with CPack which is included as part of the release. The .sh files are self extracting gziped tar files. To install a .sh file, run it with /bin/sh and follow the directions. The OS-machine.tar.gz files are gziped tar files of the install tree. The OS-machine.tar.Z files are compressed tar files of the install tree. The tar file distributions can be untared in any directory. They are prefixed by the version of CMake. For example, the Linux-x86_64 tar file is all under the directory cmake–Linux-x86_64. This prefix can be removed as long as the share, bin, man and doc directories are moved relative to each other. To build the source distributions, unpack them with zip or tar and follow the instructions in Readme.txt at the top of the source tree. See also the CMake 3.18 Release Notes. Source distributions:
Platform | Files |
Unix/Linux Source (has \n line feeds) | cmake-3.18.4.tar.gz |
Windows Source (has \r\n line feeds) | cmake-3.18.4.zip |
Binary distributions:
Platform | Files |
Windows win64-x64 Installer: Installer tool has changed. Uninstall CMake 3.4 or lower first! | cmake-3.18.4-win64-x64.msi |
Windows win64-x64 ZIP | cmake-3.18.4-win64-x64.zip |
Windows win32-x86 Installer: Installer tool has changed. Uninstall CMake 3.4 or lower first! | cmake-3.18.4-win32-x86.msi |
Windows win32-x86 ZIP | cmake-3.18.4-win32-x86.zip |
Mac OS X 10.7 or later | cmake-3.18.4-Darwin-x86_64.dmg |
cmake-3.18.4-Darwin-x86_64.tar.gz | |
Linux x86_64 | cmake-3.18.4-Linux-x86_64.sh |
cmake-3.18.4-Linux-x86_64.tar.gz |
Download verification:
Role | Files |
Cryptographic Hashes | cmake-3.18.4-SHA-256.txt |
PGP sig by 2D2CEF1034921684 | cmake-3.18.4-SHA-256.txt.asc |
转自 https://cmake.org/download/