安装常用工具 zip unzip bzip2 gcc gcc++编译器 cmake编译器

 1. 常见压缩工具 zip unzip bzip2    
    1
        
    [root@localhost ~]# yum -y install unzip zip bzip2 bzip2-devel


    2. gcc gcc++编译器      
    1
        
    [root@localhost ~]# yum install gcc gcc-c++ –y


    3. cmake编译器      
    1
        
    [root@localhost ~]# yum install cmake make –y


    4. 图片资源      
    1
        
    [root@localhost ~]# yum -y install gd libjpeg libjpeg-devel libpng libpng-devel freetype-devel


    5. 其它常用资源包工具      
    1
        
    [root@localhost ~]# yum -y install autoconf bison automake zlib* fiex* libxml* ncurses-devel libmcrypt* libtool-ltdl-devel*

原文地址:https://www.cnblogs.com/smallfa/p/5705849.html