码迷,mamicode.com
首页 > 编程语言 > 详细

linux平台编译安装Poco C++

时间:2014-06-08 07:14:54      阅读:288      评论:0      收藏:0      [点我收藏+]

标签:c   a   http   tar   文件   使用   

1、到官网下载poco-1.4.6p4-all.tar.gz,地址为http://pocoproject.org/download/index.html

2、同时下载说明文档

3、根据说明文档执行安装

3.1 make --version,查看make编译器版本

3.2 tar -xvf poco-X.Y.tar 解压文件

3.3 cd poco-X.Y 进入解压目录

3.4 ./configure 执行配置,生成Makefile,需要安装mysql openssl

3.5 make -s 执行make进行编译

3.6 make -s install 如没有错误,执行安装,需要root权限

4、编译安装完成

下一篇介绍如何使用Poco库

linux平台编译安装Poco C++,布布扣,bubuko.com

linux平台编译安装Poco C++

标签:c   a   http   tar   文件   使用   

原文地址:http://www.cnblogs.com/xiaofengwei/p/3774064.html

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