Ubuntu安装CMakeDate: 1/1/2020Category: 编程技术Tag: CMake 1. 使用Apt安装 sudo apt update; sudo apt upgrade; sudo apt install cmake;
构建系统Date: 1/1/2020Category: 编程技术Tag: Make, CMake, Ninja Make 官方网站:https://www.gnu.org/software/make/ 开源代码库:https://github.com/gitGNU/gnu_make 开发语言:C