码迷,mamicode.com
首页 >  
搜索关键字:qualcomm nv configure    ( 6700个结果
实用脚本 1 -- 安装Ctags
Ctags是vim下方便代码阅读的工具,一般VIM中已经默认安装了Ctags,它可以帮助程序员很容易地浏览源代码。1、如果系统中没有此工具用如下方法安装: 到ctags官网下载源码,解压后 $ ./configure $ make $ sudo make install 如果你使用的是Ubuntu系...
分类:其他好文   时间:2014-05-16 18:28:12    阅读次数:239
mysql源代码安装细说
mysql为我们提供了三种安装方式:二进制、rpm、源代码编译。这里我们详细讨论mysql的源代码编译安装方式。 在5.5版本之后,mysql不再提供configure编译方式,改为使用cmake编译工具,cmake工具的一个显著特点是其编译独立于源代码,即我们可以在源代码之外的目录使用cmake来编译mysql,如 [root@easy tmp]# ls -l | grep mysql...
分类:数据库   时间:2014-05-15 15:01:36    阅读次数:494
FAAC1.28 在海思HI3520D/HI3515A平台linux中的编译 优化
FAAC1.28的下载地址:http://www.audiocoding.com/downloads.html 如何编译: 1../configure --host=arm-hisiv100nptl-linux --prefix=/home/ssy/lib 2.make 3.make install 优化 在不修改源码的情况下,faac的内存占用非常高,每路音频在13M左右。如果多路音...
分类:系统相关   时间:2014-05-15 06:47:02    阅读次数:904
configure: error: mysql configure failed. Please check config.log for more information.
configure: error: mysql configure failed. Please check config.log for more information....
分类:数据库   时间:2014-05-15 05:15:02    阅读次数:318
nginx随笔
1 sbin/nginx -V 查看上次执行时用了哪些参数2 ./configure—add-module=../module_name_dir3 make (别用 make install 否则会重新安装)4 把 ./objs/nginx 复制到 ../sbin/nginx
分类:其他好文   时间:2014-05-14 13:36:38    阅读次数:247
linux上安装php
步骤一:安装#tar-zxvfphp-5.2.17.tar.gz#cdphp-5.2.17#./configure--prefix=/opt/php--with-mysql=/opt/mysql\>--with-apxs2=/opt/httpd/bin/apxs//通俗易懂,不解释#make#mak...
分类:Web程序   时间:2014-05-14 09:15:56    阅读次数:291
linux 下jansson安装和使用
1.安装jansson ./configure Make Make install2.生成帮助文档 Cd doc Make html编译安装doc时提示 spinx-build not a command执行下面语句安装sphinx easy_install -U Sphinx生成_build文件夹...
分类:系统相关   时间:2014-05-14 00:08:12    阅读次数:1794
OpenCV: OpenCv移植到ARM-Linux
安装opencv2.0 解压OpenCV-2.0.0.tar.bz2 tar xvf OpenCV-2.0.0.tar.bz2 配置 ./configure --host=arm-linux --without-carbon --without-quicktime --without-1394libs --without-ffmpeg --wi...
分类:系统相关   时间:2014-05-13 14:51:36    阅读次数:402
Squid学习之旅之透明代理回顾
系统环境:CentOS6.5Squid3.0 内网网段:10.211.55.0/24 Squid服务器地址:10.211.55.4(端口是3128) 客户端地址:10.211.55.9 网关:10.211.55.1 使用源码包编译安装 安装源码包必备参数集 ./configure--prefix=/usr/local/squid--sysconfdir=/usr/local/squid/etc--bindir=/u..
分类:其他好文   时间:2014-05-13 04:00:53    阅读次数:310
编译apache报APR not found
configure: error: APR not found. Please read the documentation. configure: error: APR-util not found. Please read the documentation....
分类:其他好文   时间:2014-05-10 04:20:35    阅读次数:316
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!