ubuntu Debian 安装 gcc c++ - build-essential

创建日期: 2023-02-11 15:31 | 作者: 风波 | 浏览次数: 14 | 分类: C++

来源:https://linuxize.com/post/how-to-install-gcc-on-ubuntu-20-04/ 来源:https://cplusplus.com/forum/unices/103710/

安装 gcc/c++ 套件

apt update
apt install build-essential

其它的工具

apt install -y autotools-dev autoconf libtool 
14 浏览
11 爬虫
0 评论