文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

redhat 6.8如何升级默认cmake 2.8到cmake 3.9

2024-04-02 19:55

关注

这篇文章主要介绍了redhat 6.8如何升级默认cmake 2.8到cmake 3.9,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。

cmake 3.9安装介质

https://cmake.org/files/

上传 cmake 3.9安装介质

[root@mysql8018 ~]# mkdir -p cmake_new_dir
[root@mysql8018 cmake_new_dir]# ll
总用量 7524
-rw-r--r--. 1 root root 7703777 12月  2 13:57 cmake-3.9.2.tar.gz

解压cmake 3.9安装介质

[root@mysql8018 cmake_new_dir]# tar -zxvf cmake-3.9.2.tar.gz

获取cmake 3.9安装指令

[root@mysql8018 cmake-3.9.2]# more README.rst 
UNIX/Mac OSX/MinGW/MSYS/Cygwin
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You need to have a compiler and a make installed.
Run the ``bootstrap`` script you find in the source directory of CMake.
You can use the ``--help`` option to see the supported options.
You may use the ``--prefix=<install_prefix>`` option to specify a custom
installation directory for CMake. You can run the ``bootstrap`` script from
within the CMake source directory or any other build directory of your
choice. Once this has finished successfully, run ``make`` and
``make install``.  In summary::
 $ ./bootstrap && make && make install

执行cmake 3.9 bootstrap

[root@mysql8018 cmake_new_dir]# ll
总用量 7528
drwxr-xr-x. 11 root root    4096 12月  2 13:58 cmake-3.9.2
-rw-r--r--.  1 root root 7703777 12月  2 13:57 cmake-3.9.2.tar.gz
[root@mysql8018 cmake_new_dir]# cd cmake-3.9.2
[root@mysql8018 cmake-3.9.2]# ll
总用量 284
drwxr-xr-x.   4 502 games  4096 9月   8 2017 Auxiliary
-rwxr-xr-x.   1 502 games 48336 9月   8 2017 bootstrap
-rw-r--r--.   1 502 games  9706 9月   8 2017 CMakeCPack.cmake
-rw-r--r--.   1 502 games 12897 9月   8 2017 CMakeCPackOptions.cmake.in
-rw-r--r--.   1 502 games   153 9月   8 2017 CMakeGraphVizOptions.cmake
-rw-r--r--.   1 502 games 31721 9月   8 2017 CMakeLists.txt
-rw-r--r--.   1 502 games  4481 9月   8 2017 CMakeLogo.gif
-rw-r--r--.   1 502 games   790 9月   8 2017 cmake_uninstall.cmake.in
-rw-r--r--.   1 502 games  3322 9月   8 2017 CompileFlags.cmake
-rwxr-xr-x.   1 502 games    99 9月   8 2017 configure
-rw-r--r--.   1 502 games  1851 9月   8 2017 CONTRIBUTING.rst
-rw-r--r--.   1 502 games  5018 9月   8 2017 Copyright.txt
-rw-r--r--.   1 502 games   440 9月   8 2017 CTestConfig.cmake
-rw-r--r--.   1 502 games  6213 9月   8 2017 CTestCustom.cmake.in
-rw-r--r--.   1 502 games   374 9月   8 2017 DartConfig.cmake
-rw-r--r--.   1 502 games 28046 9月   8 2017 doxygen.config
drwxr-xr-x.  18 502 games  4096 9月   8 2017 Help
drwxr-xr-x.   2 502 games  4096 9月   8 2017 Licenses
drwxr-xr-x.  12 502 games 20480 9月   8 2017 Modules
drwxr-xr-x.   3 502 games  4096 9月   8 2017 Packaging
-rw-r--r--.   1 502 games  3016 9月   8 2017 README.rst
drwxr-xr-x.  11 502 games 36864 9月   8 2017 Source
drwxr-xr-x.   4 502 games  4096 9月   8 2017 Templates
drwxr-xr-x. 240 502 games 12288 9月   8 2017 Tests
drwxr-xr-x.  21 502 games  4096 9月   8 2017 Utilities
[root@mysql8018 cmake-3.9.2]# ./bootstrap --prefix=/usr
略
-- Performing Test run_inlines_hidden_test
-- Performing Test run_inlines_hidden_test - Success
-- Configuring done
-- Generating done
-- Build files have been written to: /root/cmake_new_dir/cmake-3.9.2
---------------------------------------------
CMake has bootstrapped.  Now run gmake.
[root@mysql8018 cmake-3.9.2]#

执行make

[root@mysql8018 cmake-3.9.2]# make
略
[100%] Linking C executable pseudo_tidy
[100%] Built target pseudo_tidy
Scanning dependencies of target foo
[100%] Building CXX object Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/foo.cpp.o
[100%] Linking CXX static library libfoo.a
[100%] Built target foo
[root@mysql8018 cmake-3.9.2]#

执行make install

[root@mysql8018 cmake-3.9.2]# make install
略
-- Installing: /usr/share/cmake-3.9/editors/emacs/cmake-mode.el
-- Installing: /usr/share/aclocal/cmake.m4
-- Installing: /usr/share/cmake-3.9/completions/cmake
-- Installing: /usr/share/cmake-3.9/completions/cpack
-- Installing: /usr/share/cmake-3.9/completions/ctest

验证cmake 3.9

[root@mysql8018 cmake-3.9.2]# cmake -version
cmake version 3.9.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).

感谢你能够认真阅读完这篇文章,希望小编分享的“redhat 6.8如何升级默认cmake 2.8到cmake 3.9”这篇文章对大家有帮助,同时也希望大家多多支持亿速云,关注亿速云行业资讯频道,更多相关知识等着你来学习!

阅读原文内容投诉

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     813人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     354人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     318人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     435人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     224人已做
    查看

相关文章

发现更多好内容

猜你喜欢

AI推送时光机
位置:首页-资讯-数据库
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯