Ubuntu:error: no acceptable C compiler found in $PATH
时间:2021-04-19 14:57:36
收藏:0
阅读:24
需要安装GCC:
1.安装:
sudo apt-get build-dep gcc
或者:
sudo apt-get install build-essential
3.查看版本:
gcc --version
原文:https://www.cnblogs.com/qq2806933146xiaobai/p/14676282.html
评论(0)