Atlas 800 Inference Server (Model 3000) 23.0.0 Ascend Software Installation Guide 01
Installing CMake 3.5.2
- Run the wget command to download the source package of CMake to any directory on the server:
wget https://cmake.org/files/v3.5/cmake-3.5.2.tar.gz --no-check-certificate
- Run the following command to go to the download directory and decompress the source package:
tar -zxvf cmake-3.5.2.tar.gz
- Go to the decompressed folder and run the following configuration, compilation, and installation commands:
cd cmake-3.5.2 ./bootstrap --prefix=/usr make sudo make install
- After the installation is complete, run the cmake --version command again to check the version number.
Document ID:EDOC1100356041
Views:7712
Downloads:33
Average rating:0.0Points