Installing CMake
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the directory and decompress the package.
cd /path/to/cmake tar xvf cmake-3.22.5-linux-aarch64.tar.gz
- Set the CMake environment variable.
export PATH=/path/to/cmake/cmake-3.22.5-linux-aarch64/bin:$PATH
Parent topic: Configuring the Compilation Environment