Installing cmake 2.8.8 or higher on Ubuntu 12.04 (Precise Pangolin) (转载)
Posted 次奥砖家
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Installing cmake 2.8.8 or higher on Ubuntu 12.04 (Precise Pangolin) (转载)相关的知识,希望对你有一定的参考价值。
转自:http://cameo54321.blogspot.com/2014/02/installing-cmake-288-or-higher-on.html
- Check the version of your Cmake using cmake --version
- If 2.8.7, Download the latest CMake version from the CMake web site
- Uncompress it in a new folder
- Create a _build directory in the folder: mkdir _build
- From the _build directory, run the following commands to build and install CMake from sources:
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr make sudo make install sudo ldconfig
以上是关于Installing cmake 2.8.8 or higher on Ubuntu 12.04 (Precise Pangolin) (转载)的主要内容,如果未能解决你的问题,请参考以下文章
Installing OpenSSH from the Settings UI on Windows Server 2019 or Windows 10 1809