Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install the latest version of cmake in Centos

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

In this issue, Xiaobian will bring you about how to install the latest version of cmake in Centos. The article is rich in content and analyzed and described from a professional perspective. After reading this article, I hope you can gain something.

Download the latest cmake

Here it is recommended to download the source code for compilation (download binary files, although you can execute, but you do not know what dynamic link library errors, there are problems are difficult to solve)

The compilation process is as follows: wget -c https://github.com/Kitware/CMake/releases/download/v3.17.0-rc3/cmake-3.17.0-rc3.tar.gztar zxvf cmake-3.17.0-rc3.tar.gzcd cmake-3.17.0-rc3./ bootstrapgmakegmake install

cmake compilation is relatively simple, gcc environment and libstdc++.so.6 no problem in the case of general no problem

View the compiled version:

ln -s /usr/local/bin/cmake /usr/bin/cmakecmake --version

If yum has been installed locally, you need to uninstall it.

yum remove cmakeln -s /usr/local/bin/cmake /usr/bin/cmakecmake --version

The above is how to install the latest version of cmake in Centos shared by everyone. If you happen to have similar doubts, you may wish to refer to the above analysis for understanding. If you want to know more about it, please pay attention to the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report