Rate This Document
Findability
Accuracy
Completeness
Readability

Installing CMake

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Download the CMake installation package.
    wget https://github.com/Kitware/CMake/releases/download/v3.24.0-rc4/cmake-3.24.0-rc4-linux-aarch64.tar.gz
  3. Decompress the installation package.
    tar xvf cmake-3.24.0-rc4-linux-aarch64.tar.gz
  4. Set the environment variables.
    cd cmake-3.24.0-rc4-linux-aarch64
    export PATH=`pwd`/bin:$PATH
  5. Verify CMake.
    cmake --version

    Information similar to the following is displayed: