yum -y install gcc gcc-c++ autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel zlib zlib-devel glibc glibc-devel glib2 glib2-devel bzip2 bzip2-devel ncurses ncurses-devel curl curl-devel e2fsprogs e2fsprogs-devel krb5 krb5-devel libidn libidn-devel openssl openssl-devel openldap openldap-devel nss_ldap openldap-clients openldap-servers
gcc:gcc编译器
gcc-c++:c++编译器
autoconf:autoconf是一个工具,用于生成shell脚本,通过执行脚本可生成makefile
libjpeg:JPEG 图像压缩库,采用 C 语言开发
libpng:libpng是多种应用程序使用的解析PNG图象格式的库
freetype:freetype库是一个完全免费(开源)的、高质量的且可移植的字体引擎,它提供统一的接口来访问多种字体格式文件
libxml2:libxml2 是一个xml c语言版的解析器
zlib:zlib是提供数据压缩用的函式库
glibc:glibc 是gnu发布的libc库,也即c运行库
glib2:GLib2 provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system
bzip2:bzip2 是一个基于Burrows-Wheeler 变换的无损压缩软件
ncurses:ncurses是一个能提供基于文本终端窗口功能的动态库
curl:curl是一个利用URL语法在命令行方式下工作的文件传输工具
e2fsprogs:维护ext2,ext3和ext4文件系统的工具程序集
krb5:
libidn:GNU Libidn is an implementation of the Stringprep
openssl:openssl是套开放原始码的SSL套件
openldap:OpenLDAP是轻型目录访问协议的自由和开源的实现
nss_ldap :The nss_ldap module provides the means for Solaris and Linux
workstations to this information (such as users, hosts, and groups) from LDAP directories
openldap-clients:openldap客户端
openldap-server:openldap服务器端
阅读(723) | 评论(1) | 转发(0) |