当前位置: 代码迷 >> 综合 >> gcc cmake
  详细解决方案

gcc cmake

热度:114   发布时间:2023-10-11 10:41:39.0

1.gcc安装

2.cmake

sudo apt-get install build-essential
wget http://www.cmake.org/files/v3.11/cmake-3.11.3.tar.gz
tar xf cmake-3.11.3.tar.gz
cd cmake-3.11.3
./configure
make
sudo make install
  相关解决方案