码迷,mamicode.com
首页 >  
搜索关键字:qualcomm nv configure    ( 6700个结果
ffmpeg 研究
ffmpeg -codecs | grep mp3可以查看ffmpeg是否把mp3编解码模块编译进去了。libmp3lame is the mp3 encoder for ffmpeg. It needs to be enabled during configure stage of the bui...
分类:其他好文   时间:2014-06-28 21:02:23    阅读次数:258
Brocade300 commands
aaaconfig Configure RADIUS for AAA servicesad Specifies all administration domain (AD)-level operationsag Configure the Access Gateway featureagshow D...
分类:其他好文   时间:2014-06-28 17:23:01    阅读次数:362
centos安装php php-fpm
1、下载php源码包http://www.php.net/downloads.php2 、安装phptar -xvf php-5.5.13.tar.bz2cd php-5.5.13./configure --prefix=/usr/local/php --with-config-file-path=...
分类:Web程序   时间:2014-06-28 11:46:15    阅读次数:259
raspberrypi 编译 gstreamer 1.3.2
在http://gstreamer.freedesktop.org/src/ 下载gstreamer 1.3.2进入解压后的目录执行 chmod 777 configure 获取读写权限执行 ./configuremakemake install安装过程中可能会缺少库的处理方法:bison:apt-...
分类:Web程序   时间:2014-06-21 13:59:01    阅读次数:297
raspberrypi 编译 gst-plugins-base 1.3.2
在http://gstreamer.freedesktop.org/src/下载gst-plugins-base 1.3.2进入解压后的目录执行 chmod 777 configure 获取读写权限执行 ./configure会提示缺少alsa cdparanoia ivorbisdec libvi...
分类:Web程序   时间:2014-06-21 13:00:47    阅读次数:328
linux上nagios安装完整版
监控server端的安装部署一、apache的安装下载httpd-2.2.15.tar.gz gunzip httpd-2.2.15.tar.gztar xvf httpd-2.2.15.tarcd httpd-2.2.15./configure --prefix=/usr/local/apache...
分类:移动开发   时间:2014-06-21 07:24:13    阅读次数:319
SSH三大框架的工作原理及流程
Hibernate工作原理及为什么要用?原理:1.通过Configuration().configure();读取并解析hibernate.cfg.xml配置文件2.由hibernate.cfg.xml中的读取并解析映射信息3.通过config.buildSessionFactory();//创建S...
分类:其他好文   时间:2014-06-21 07:16:29    阅读次数:243
CentOS 6.5 CodeBlocks::wxWidgets安装与配置
第一步, #yum install codeblocks codeblocks-contrib codeblocks-devel第二步,到官方下载源码包,我下的是wxX11的3.0版的。#tar ***.tar.gz#./configure#make && make install安装完毕!新建pr...
分类:其他好文   时间:2014-06-20 23:45:39    阅读次数:399
raspberrypi 编译 gst-plugins-ugly 1.3.2
http://gstreamer.freedesktop.org/src/ 下载库,此库依赖于gstreamer 1.3.2 和 gst-plugins-base 1.3.21.修改configure的权限: chmod 777 configure2.添加插件的依赖库apt-get install ...
分类:Web程序   时间:2014-06-20 22:10:33    阅读次数:345
mysql安装报错
如果编译时出现了以下错误:checkingfortgetentin-ltermcap…nocheckingfortermcapfunctionslibrary…configure:error:Nocurses/termcaplibraryfound说明curses/termcap库没有安装去下载一个ncurses-5.6.tar.gz,wgethttp://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gztar..
分类:数据库   时间:2014-06-17 17:30:13    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!