在Ubuntu系統上安裝CMake可以通過以下步驟進行:
sudo apt update
sudo apt install cmake
cmake --version
如果成功安裝,將顯示CMake的版本信息?,F在您可以開始使用CMake來管理和構建您的項目。