在官网上找到的如何安装CMake流程:
如果编译不成功可以采用下列方法
./bootstrap
gmake
gmake install
最后CMake -help查看版本信息结束
如果没有存在的Cmake,使用bootstrap If there is no existing CMake installation, a bootstrap script is provided: (Note: the make install step is optional, cmake will run from the build directory.) |
如果已经有了CMake安装流程: An existing CMake installation can be used to build a new version: |
如果编译不成功可以采用下列方法
最后CMake -help查看版本信息结束
