Fedora 16下ACE的编译安装

字体大小: 中小 标准 ->行高大小: 标准

1,解压源码包ACE-6.0.3.tar.gz,在源玛根目录下建立一个build目录

2,进入build目录,执行./configure并根据自己的应用需要携带下面参数

./configure --enable-ssl=no

--with-openssl[=DIR]
* root directory of openssl installation

--with-openssl-include=DIR
* specify exact include dir for openssl headers

--with-openssl-libdir=DIR
* specify exact include dir for openssl libraries

Or even,
--enable-ssl=no
* :)

3,执行make, make install搞定

更多Fedora相关信息见Fedora 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=5

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/57245.html