centos gcc g++ boost 安装

前端之家收集整理的这篇文章主要介绍了centos gcc g++ boost 安装前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

切换到root账号


一 、gcc安装

yum install gcc



二、g++安装

yum install gcc-c++



三、boost安装(保证已经安装了g++)

3.1 下载boost

http://www.boost.org/

3.2 解压

tar zxvf boost_xxx.gz

3.3 安装

./bootstrap.sh

./b2 install(加上install会默认到系统环境中,不需要配置环境变量)

原文链接:https://www.f2er.com/centos/375494.html

猜你在找的CentOS相关文章