Compile CMake source operation steps on Ubuntu14.04 64-bit

Source: Internet
Author: User

Installing CMake on Ubuntu via Apt-get install is not the latest version, where you can record the steps to install CMake on Ubuntu via the source code:

1. Uninstall the old version of CMake and execute the following command:

Apt-get Autoremove CMake
If the uninstall does not drop, delete it by executing the following command:
sudo rm-rf  /usr/bin/cmake

2. Download the latest stable version through https://cmake.org/download/cmake-3.5.1 and decompression;

3. In the root directory after decompression mkdir a directory cmake_build, into the Cmake_build, followed by:

.. /./bootstrap
make
sudo make install
After execution, the CMake is installed into the/usr/local/bin directory, and if you want to install it into the/usr/bin directory, execute:

sudo cp-a/usr/local/bin/cmake/usr/bin/
4. Verify the correct installation and execution:

CMake--version
The result is as shown in the figure:



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.