码迷,mamicode.com
首页 >  
搜索关键字:qualcomm nv configure    ( 6700个结果
为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
nginx-rrd监控nginx访问数
一 、查看已安装的nginx是否包含stub_status模块 /usr/local/nginx/sbin/nginx -V nginx version: Nginx/1.2.0 configure arguments: --with-http_stub_status_module 确定支持stub...
分类:其他好文   时间:2014-05-26 16:34:01    阅读次数:233
python安装zlib一直无效
一直按网上的方法:1.先安装apt-get install zlib1g-dev2.重新安装python(3.3):即是./configure 再make再make install始终没有解决掉问题!最后发现,还需要再链接一次:#ln -s /usr/local/python3.3/bin/pyth...
分类:编程语言   时间:2014-05-26 12:35:01    阅读次数:298
在Windows下用MingW 4.5.2编译OpenCV 2.3.0
需要的工具:1、安装QT SDK环境2、安装CMake for Windows3、OpenCV最新Windows源码步骤:1、将QT SDK安装目录下的{QtSDK}\mingw\bin添加到系统环境变量PATH中2、打开CMake,设置源码位置和源码构造位置3、点击configure,选择如下5、...
分类:Windows程序   时间:2014-05-26 08:54:03    阅读次数:367
install source nginx 1.6.0
yum install gcc pcre-devel zlib-devel openssl-develwget http://nginx.org/download/nginx-1.6.0.tar.gz./configure --with-http_stub_status_module --with-...
分类:其他好文   时间:2014-05-26 07:58:20    阅读次数:253
IIS mp4
1) Select the site to configure in IIS, right click and select "Properties"2) Under HTTP Headers Tab, select "File Types" under the MIME Map section a...
分类:其他好文   时间:2014-05-24 09:08:53    阅读次数:299
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
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!