更多内容可移驾至我的独立Blog: http://www.justfbt.com/
Ubuntu
apt-get install -y build-essential # 安装常用的开发编译工具包
Centos
yum groupinstall -y "Development Tools" "Development Libraries"
# 安装常用开发编译工具包及相关库
更多内容可移驾至我的独立Blog: http://www.justfbt.com/
apt-get install -y build-essential # 安装常用的开发编译工具包
yum groupinstall -y "Development Tools" "Development Libraries"
# 安装常用开发编译工具包及相关库