码迷,mamicode.com
首页 >  
搜索关键字:qualcomm nv configure    ( 6700个结果
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
php开启zip扩展
wgethttp://pecl.php.net/get/zip-1.10.2.tgztarzxvfzip-1.10.2.tgzcdzip-1.10.2./configure--with-php-config=/usr/local/php/bin/php-config运行了这个zip目录下会自动生成几个文件,其中包括configure./configure--with-php-config=/usr/local/php/bin/php-configmakemakein..
分类:Web程序   时间:2014-06-17 18:20:35    阅读次数:279
Configure LBaaS on Ubuntu 14.04
Neutroncontrollernode:vi/etc/neutron/neutron.confservice_plugins=router,lbaas[service_providers]service_provider=LOADBALANCER:Haproxy:neutron.services.loadbalancer.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:defaultserviceneutron-serverrestartNe..
分类:其他好文   时间:2014-06-17 17:43:51    阅读次数:266
nginx 模块nginx_upstream_check_module
我这里用到的nginx为最新版的nginx所以我使用了最新的插件nginx_upstream_check_module-master.zipcdnginx-1.7.1patch-p1</tmp/nginx_upstream_check_module-master/check_1.5.12+.patchnginx-V./configure--prefix=/usr/local/nginx--with-http_stub_status_module--with-h..
分类:其他好文   时间:2014-06-17 17:17:22    阅读次数:337
解决 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软件包管理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
迷上了代码!