码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
Linux下Cpabe Toolkit安装教程
1、安装m4 sudoapt-get install m4 2、安装gmp http://gmplib.org/   下载gmplib ./configure make make check sudo make install 3、安装pbc http://crypto.stanford.edu/pbc/download.html  下载pbc 解压,安装 ./configu...
分类:系统相关   时间:2015-01-09 19:22:25    阅读次数:595
Linux 源码编译安装 MySQL 5.5.x
Linux 环境:CentOS 6.5 MySQL 版本:5.5.20,附下载地址:【点击下载】 1、安装cmake MySQL从5.5版本开始,通过./configure进行编译配置方式已经被取消,取而代之的是cmake工具。 因此,我们首先要在系统中源码编译安装cmake工具。 下载 cmake [root@ruxingli soft]# wget http://www.cma...
分类:数据库   时间:2015-01-09 19:20:21    阅读次数:290
禁止在 .NET Framework 中执行用户代码。启用 "clr enabled" 配置选项
exec sp_configure 'show advanced options', '1';goreconfigure;goexec sp_configure 'clr enabled', '1'goreconfigure;exec sp_configure 'show advanced opti...
分类:Web程序   时间:2015-01-09 16:54:35    阅读次数:240
Issue: Install iamsuite on Windows Server 2012
Error info:Configure Security Store:execute the following commandoracle_common\common\bin\wlst.cmd@ $ORACLE_HOME\common\tools\configureSecurityStore.....
分类:Windows程序   时间:2015-01-09 12:25:45    阅读次数:223
<checking for mysql_config not found>
php 5.3.29编译安装排错:./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local/mysql --with-mysqli=/usr/bin/m...
分类:数据库   时间:2015-01-09 12:05:02    阅读次数:239
源码安装PHP
下载链接:http://php.net/downloads.phpphp-5.4.36.tar.gztarzxfphp-5.4.36.tar.gzcdphp-5.4.36./configure--prefix=/usr/local/php5.4--with-mysql=/usr/local/mysql--with-mysqli=/usr/bin/mysql_config--with-pdo-mysql=/usr/bin/mysql_config--with-openssl--enable-mbstr..
分类:Web程序   时间:2015-01-09 01:50:47    阅读次数:157
导入工程时候报错
错误1:Unable to execute dex: Multiple dex files define Landroid/support/v4/app/ActivityCompatHoneycomb;解决方法: 1、点击项目,右击选择build path 2、选择configure build p...
分类:其他好文   时间:2015-01-08 22:34:15    阅读次数:224
make: *** [ext/fileinfo/libmagic/apprentice.lo] Er
编译PHP5.5 make 时出现错误 make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1 解决办法 这是由于内存小于1G所导致. 在./configure加上选项: --disable-fileinfo Disable fileinfo support 禁用 filein...
分类:移动开发   时间:2015-01-08 18:19:18    阅读次数:789
Linux软件的安装与卸载
configure作用:是源码安装软件时配置环境用的 他根据你的配置选项和你的系统情况生成makefile文件 为make 做准备最常用的参数: ./configure --prefix 作用:不指定prefix,则可执行文件默认放在/usr/local/bin,库文件默认放在/usr/local/...
分类:系统相关   时间:2015-01-08 16:56:08    阅读次数:154
editplus中html的自动补全功能
之前一直都是“纯手工”,一个一个符号慢慢敲的,现在编码量大了,自然效率也不能还停留在一个一个慢慢敲的时代。如何设置editplus中的自动补全功能?首先在Tools中找到Configure User Tools...,点击File选项下的Settings &&syntax,在File types中选...
分类:Web程序   时间:2015-01-08 16:53:01    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!