码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
源程序的编译安装
------源程序的编译安装首先要经过简单的编译才能安装,编译又依赖编译平台和gcc编译器但是gcc有它的局限性,所以后来就用make代替了,make编译时也是通过调用gcc来完成编译的,但是make又依赖文件makefile,makefile又是通过脚本configure和文件makefile.in生成的autoconf命令..
分类:其他好文   时间:2014-05-27 03:17:36    阅读次数:231
为arm linux交叉编译tcpdump
1.从官网www.tcpdump.org下载并解压源文件,这里是tcpdump-4.5.1.tar.gzlibpcap-1.5.3.tar.gz2.编译libpcap,安装目录为/home/armroot,交叉编译不能确定pcap类型,手工指定为linux./configure --host=arm...
分类:系统相关   时间:2014-05-26 23:40:18    阅读次数:381
linux下php扩展curl的安装
方法一安装cURLwgethttp://curl.haxx.se/download/curl-7.17.1.tar.gztar -zxf curl-7.17.1.tar.gz./configure --prefix=/usr/local/curlmake & make install方法二进入安装原...
分类:Web程序   时间:2014-05-26 21:25:29    阅读次数:698
linux下ubuntu系统安装及开发环境配置
1.安装系统:别的没什么说的,就是安的时候把网线拔了,不然到 configure apt的时候会卡起很久不走的2.配置网络 编辑/etc/network/interface打开/etc/networt/interface 添加下面几句:auto eth0iface inet eth0 static ...
分类:系统相关   时间:2014-05-23 06:09:49    阅读次数:341
node.js 和 node-webkit C++扩展方法
构建node扩展的方法: 1,安装node.js 版本为0.10.24.msi 2,安装node-gyp, npm install -g node-gyp 3,构建 hello工程 cd 到 node-gyp-hello\src node-gyp configure node-gyp build 构建node-webkit扩展的方法: 1,安装node.js 版本为0.10...
分类:编程语言   时间:2014-05-22 23:38:12    阅读次数:377
node app.js不起作用的解决方法
In Express 3.0, you normally would use app.configure() (or app.use() ) to set up the required middleware you need. Those middleware you specified are bundled together with Express 3.0. e.g. var ex...
分类:移动开发   时间:2014-05-22 12:14:27    阅读次数:349
bochs+gdb联调linux-0.11内核
终于把bochs和gdb连起来了,下面描述下步骤以作记录。 1.安装bochs 前面有篇文章介绍了bochs源码编译安装过程,这里安装也非常相似,只是命令稍微有些不同 ./configure --enable-gdb-stub make make install 2.下载调试映像 http://oldlinux.org/Linux.old/bochs/linux-0.11-gdb-r...
分类:数据库   时间:2014-05-22 11:51:56    阅读次数:341
msmtp在RHEL6.5下的安装
1.解压[root@zabbix~]#tar-jxvfmsmtp-1.4.32.tar.bz22.配置[root@zabbix~]#cdmsmtp-1.4.32[root@zabbixmsmtp-1.4.32]#./configure--prefix=/usr/local/msmtp--sysconfdir=/usr/local/msmtp/etccheckingbuildsystemtype...x86_64-unknown-linux-gnucheckinghostsystemtype...x86..
分类:其他好文   时间:2014-05-21 12:58:08    阅读次数:378
zabbix proxy 分布式监控
1.编译安装./configure --prefix=/usr/local/zabbix-proxy/ --enable-proxy --with-mysqlmysql zabbix_proxy<database/mysql/schema.sql2. 设置 zabbix_proxy.conf1 使用...
分类:其他好文   时间:2014-05-21 05:39:29    阅读次数:353
lighttpd 编译安装
1,下载安装lighttpd-1.4.34lighttpd官网下载最新稳定版本[root@localhostsoftware]#tar-zxvflighttpd-1.4.34.tar.gz[root@localhostsoftware]#cdlighttpd-1.4.34[root@localhostlighttpd-1.4.34]#./configure--prefix=/usr/local/lighttpd#安装默认模块[root@localhostlighttpd..
分类:其他好文   时间:2014-05-20 23:29:06    阅读次数:313
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!