码迷,mamicode.com
首页 > 其他好文 > 详细

gcc编译

时间:2019-08-08 19:40:03      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:gnu   ++   index   htm   升级   使用   https   class   div   

centos上面的gcc是4.x的,因为我们使用了c++17,所以想升级成最新的gcc

1.

下载源码

https://gcc.gnu.org/index.html

2.

下载下来是.tar.xz,因为xz的格式比较小

3.

解压

xz -d gcc.tar.xz
tar zvf gcc.tar

 

gcc编译

标签:gnu   ++   index   htm   升级   使用   https   class   div   

原文地址:https://www.cnblogs.com/studywithallofyou/p/11322965.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!