码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
iOS 编译含C++代码出现ld: symbol(s) not found for architecture i386错误之解决(转载)
最近项目需要搭建自己的IM服务器,在快速配置好Openfire之后,开始研究使用gloox开发XMPP客户端实现通信,先下载gloox源码,然后./configure,make ,sudo make install,在/usr/local/下找到头文件夹和静态库,加到项目中,然后加入openssl库...
分类:移动开发   时间:2014-06-19 00:44:30    阅读次数:493
linux 下apache的安装
一、从apache官网上下载apache的安装包 下载apr和apr-util安装包,解压到apache的srclib目录,apache从2.4?开始把这个两个模块剥离 进入apache解压目录,./configure --with-included-apr --enable-so make ...
分类:系统相关   时间:2014-06-19 00:11:35    阅读次数:318
nginx搭建flv、mp4流媒体服务
1、安装pcre-8.33.tar.bz2#tar -xvf 1.pcre-8.33.tar.bz2#cd pcre-8.33/#./configure#make && make install2、安装openssl-1.0.1h.tar.gz#tar -xvfopenssl-1.0.1h.tar....
分类:其他好文   时间:2014-06-18 18:05:49    阅读次数:267
simulate UE activity
can:1,connect, disconnect2,configure serial,nic,com,model,version,IMEI,IMSI,IP3,various AT command,reply delay and contents.step1, read *.ini ...dones...
分类:其他好文   时间:2014-06-18 17:26:49    阅读次数:240
6.16 initial与configure(未完)
1 protected void initializeGraphicalViewer() { 2 // TODO Auto-generated method stub 3 4 viewer.setContents(diagram);(2) 5 //...
分类:其他好文   时间:2014-06-18 16:50:24    阅读次数:182
linux下安装最新版Subversion 1.8.9
linux下安装最新版subversion,代码: [root@localhost subversion-1.8.9]# ./configure --prefix=/usr/local/subversion --with-apxs=/usr/local/apache2/bin/apxs --with-apr=/usr/local/apr --with-apr-util=/us...
分类:系统相关   时间:2014-06-18 12:19:21    阅读次数:275
解决 configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL
安装时出现configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL                      If this token and others are legitimate, please use m4_pattern_allow.                      See the Autocon...
分类:其他好文   时间:2014-06-17 16:36:01    阅读次数:1500
linux python安装
1、下载源代码 http://www.python.org/ftp/python/2.5.2/Python-2.5.2.tar.bz22、 $ tar –jxvf Python-2.5.2.tar.bz2 $ cd Python-2.5.2 $ ./configure $ make $ ...
分类:编程语言   时间:2014-06-16 23:44:19    阅读次数:357
Linux软件包管理04-压缩归档及源码编译安装
一、压缩、解压缩命令1、压缩格式:gz,bz2,xz,zip,Z2、压缩算法:算法不同,压缩比也会不同;3、原始的压缩命令:compress:FILENAME.Z解压缩:uncompress4、压缩成.gz格式的文件(仅压缩文件)a)gzip/PATH/TO/SOMEFILE:压缩完成后会删除原文件,如:gzip/tmp/file*-d:解压缩,..
分类:系统相关   时间:2014-06-16 17:38:51    阅读次数:341
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!