CMake源码编译安装 原创 Linux平台 2021年12月15日 14:26 夏至未至 1629 当前内容 3793 字,在路上,马上到,马上到 ### 下载安装包 当前以cmake-3.6.2 为例 > 链接:https://pan.baidu.com/s/13_IrXXTcC8YPKCoO2smQtw 提取码:j6j7 ### 安装 #### 安装包解压 [root@node1 cmake-3.6.2]# ll drwxr-xr-x. 15 root root 4096 Dec 14 01:56 cmake-3.6.2 -rw-r--r--. 1 root root 6920069 Dec 14 01:42 cmake-3.6.2.tar.gz #### configure [root@node1 ]# cd cmake-3.6.2 [root@node1 cmake-3.6.2]# [root@node1 cmake-3.6.2]# ll total 596 drwxr-xr-x. 4 502 games 246 Dec 14 01:45 Auxiliary drwxr-xr-x. 2 root root 59 Dec 14 01:50 bin -rwxr-xr-x. 1 502 games 46559 Sep 7 2016 bootstrap drwxr-xr-x. 3 root root 4096 Dec 14 01:44 Bootstrap.cmk -rw-r--r--. 1 root root 98530 Dec 14 01:45 CMakeCache.txt -rw-r--r--. 1 502 games 9029 Sep 7 2016 CMakeCPack.cmake -rw-r--r--. 1 root root 10626 Dec 14 01:45 CMakeCPackOptions.cmake -rw-r--r--. 1 502 games 11310 Sep 7 2016 CMakeCPackOptions.cmake.in -rw-r--r--. 1 root root 536 Dec 14 01:45 CMake.Documentation.SphinxHTML.qs drwxr-xr-x. 34 root root 4096 Dec 14 01:56 CMakeFiles -rw-r--r--. 1 502 games 153 Sep 7 2016 CMakeGraphVizOptions.cmake -rw-r--r--. 1 root root 3359 Dec 14 01:45 cmake_install.cmake -rw-r--r--. 1 502 games 27194 Sep 7 2016 CMakeLists.txt -rw-r--r--. 1 502 games 4481 Sep 7 2016 CMakeLogo.gif -rw-r--r--. 1 root root 718 Dec 14 01:45 CMake.qs -rw-r--r--. 1 root root 809 Dec 14 01:45 cmake_uninstall.cmake -rw-r--r--. 1 502 games 790 Sep 7 2016 cmake_uninstall.cmake.in -rw-r--r--. 1 502 games 3203 Sep 7 2016 CompileFlags.cmake -rwxr-xr-x. 1 502 games 99 Sep 7 2016 configure -rw-r--r--. 1 502 games 1347 Sep 7 2016 CONTRIBUTING.rst -rw-r--r--. 1 502 games 2656 Sep 7 2016 Copyright.txt -rw-r--r--. 1 root root 3613 Dec 14 01:45 CPackConfig.cmake -rw-r--r--. 1 root root 3893 Dec 14 01:45 CPackSourceConfig.cmake -rw-r--r--. 1 502 games 870 Sep 7 2016 CTestConfig.cmake -rw-r--r--. 1 root root 5454 Dec 14 01:45 CTestCustom.cmake -rw-r--r--. 1 502 games 5460 Sep 7 2016 CTestCustom.cmake.in -rw-r--r--. 1 root root 1343 Dec 14 01:45 CTestScript.cmake -rw-r--r--. 1 root root 808 Dec 14 01:45 CTestTestfile.cmake -rw-r--r--. 1 502 games 804 Sep 7 2016 DartConfig.cmake -rw-r--r--. 1 root root 2761 Dec 14 01:44 DartConfiguration.tcl -rw-r--r--. 1 502 games 28046 Sep 7 2016 doxygen.config drwxr-xr-x. 17 502 games 258 Sep 7 2016 Help -rw-r--r--. 1 root root 125340 Dec 14 01:56 install_manifest.txt drwxr-xr-x. 2 502 games 44 Sep 7 2016 Licenses -rw-r--r--. 1 root root 38691 Dec 14 01:45 Makefile drwxr-xr-x. 10 502 games 16384 Dec 14 01:45 Modules drwxr-xr-x. 2 502 games 62 Sep 7 2016 Packaging -rw-r--r--. 1 502 games 3006 Sep 7 2016 README.rst drwxr-xr-x. 12 502 games 28672 Dec 14 01:49 Source drwxr-xr-x. 3 502 games 4096 Sep 7 2016 Templates drwxr-xr-x. 10 root root 187 Dec 14 01:45 Testing drwxr-xr-x. 220 502 games 8192 Dec 14 01:45 Tests drwxr-xr-x. 19 502 games 4096 Dec 14 01:45 Utilities [root@node1 cmake-3.6.2]# [root@node1 cmake-3.6.2]# [root@node1 cmake-3.6.2]# ./configure ... #### gmake [root@node1 cmake-3.6.2]# [root@node1 cmake-3.6.2]# gmake #### 安装 [root@node1 cmake-3.6.2]# make install #### 校验 [root@node1 cmake-3.6.2]# cmake --version cmake version 3.6.2 CMake suite maintained and supported by Kitware (kitware.com/cmake). [root@node1 cmake-3.6.2]# 如果当前窗口校验失败,可能为环境变量未生效,建议重新打开一个窗口即可. 本文标题: CMake源码编译安装 本文作者: 夏至未至 发布时间: 2021年12月15日 14:26 最近更新: 2021年12月15日 14:27 原文链接: 许可协议: 署名-非商业性-禁止演绎 4.0 国际(CC BY-NC-ND 4.0) 请按协议转载并保留原文链接及作者 gcc(8) CMake(3) 上一个 Linux rz sz 上传下载文件 下一个 mysqlbinlog工具提取binlog日志中sql数据 当前文章评论暂未开放,请移步至留言处留言。