码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
MIPS平台OpenWrt路由器系统内的Rust应用程序开发
目标使用 Rust 语言,交叉编译开发 MIPS(el) + OpenWrt 路由器平台下的应用软件。编译rustc首先自行编译Rust编译器源代码,生成支持 mipsel-linux 平台的交叉编译器rustc[plain] view plaincopy./configure--target=mi...
分类:其他好文   时间:2014-09-18 23:43:24    阅读次数:524
编译php提示configure: error: GD build test failed错误
在编译完gd库等相应文件后,编译php文件的过程中提示一下错误;configure:error:GDbuildtestfailed.Pleasechecktheconfig.logfordetails.解决方法:把php的编译参数:--with-gd修改为:--with-gd=/usr/local/gd/再次对php进行编译./configure...
分类:Web程序   时间:2014-09-18 19:10:24    阅读次数:193
Solr 4 Study notes (part1)
Installation:Jetty:Modifysolr.xml<?xmlversion=”1.0”?><!DOCTYPEConfigurePUBLIC”-//Jetty//Configurer//EN”http://www.eclipse.org/jetty/configure.dtd><Configureclass=”org.eclipse.jetty.webapp.WebAppContext”><Setname=”contextPath”>..
分类:其他好文   时间:2014-09-18 19:06:45    阅读次数:198
Configure the AD FS server for claims-based authentication -zhai zi wangluo
Applies To: Microsoft Dynamics CRM 2011, Microsoft Dynamics CRM 2013After enabling claims-based authentication, the next step is to add and configure ...
分类:其他好文   时间:2014-09-18 18:39:24    阅读次数:186
linux PHP 编译安装参数详解
linux PHP 编译安装参数详解./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local/mysql --with-mysqli=/usr/bin/...
分类:Web程序   时间:2014-09-18 18:31:44    阅读次数:248
安装nginx
tar式安装 -x,从归档中解出文件 -f,使用归档文件或 ARCHIVE 设备 -z,通过 gzip 过滤归档 -v,详细地列出处理的文件gcc用yum search gcc搜索,yum install gcc安装需安装pecl步骤configure --prefix=/dta make make...
分类:其他好文   时间:2014-09-18 18:18:14    阅读次数:196
windows编译ffmpeg出现gcc is unable to create an executable file 的一般情况
最近有个朋友在编译ffmpeg的时候出现这个问题,他很郁闷。 我就说,为什么我弄的时候就没问题呢??直接./configure +加上后面的参数 安全度过。 然后,我就想了,估计他的gcc的系统变量没有设置吧。 然后看了一下他的电脑,cygwin   mingw32  minggw各种安装............... 然后,发现他操作的下载最新的mingw通过线上下载的。 下载完的地...
分类:Windows程序   时间:2014-09-18 00:53:33    阅读次数:317
ffmpeg-2.3.3 configure for android
#! /bin/shNDK=/usr/local/android-ndk-r10PREBUILT=${NDK}/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64PLATFORM=${NDK}/platforms/android-L...
分类:移动开发   时间:2014-09-17 23:13:02    阅读次数:631
【Linux】Linux 自动挂载NTFS格式移动硬盘
1.首先下载ntfs-3g http://www.tuxera.com/community/ntfs-3g-download/ 2.解压 $tar zxvf ntfs-3g_ntfsprogs-2011.4.12.tgz 3.在源码目录下依次执行./configure make make install 4.用root权限建立/sbin/mount.ntfs文件,内容如下:...
分类:移动开发   时间:2014-09-17 21:56:32    阅读次数:260
编译安装php5.6.0
1、下载phpwgethttp://cn2.php.net/distributions/php-5.6.0.tar.gz2、安装相关组件yuminstallgccgcc-c++curl-develbzip2bzip2-developensslopenssl-devellibxml2-devellibjpeglibjpeg-develyuminstalllibmcrypt*3、编译./configure--prefix=/usr/local/php--enable-fpm--with-..
分类:Web程序   时间:2014-09-17 18:55:03    阅读次数:254
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!