Rate This Document
Findability
Accuracy
Completeness
Readability

Installing CMake

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Go to the directory and decompress the package.
    cd /path/to/cmake
    tar xvf cmake-3.22.5-linux-aarch64.tar.gz
  3. Set the CMake environment variable.
    export PATH=/path/to/cmake/cmake-3.22.5-linux-aarch64/bin:$PATH