码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
linux 安装 php
安装libmcrypt cd /usr/local/src tar zxvf libmcrypt-2.5.7.tar.gz #解压 cd libmcrypt-2.5.7 #进入目录 ./configure #配置 make #编译 make install #安装 安装php cd /usr/l.....
分类:Web程序   时间:2015-01-14 21:17:10    阅读次数:179
在mac os 中安装 autoconf and automake
你需要安装很多东西,请按照以下顺序安装: 安装的版本包也不能错: curl -O http://mirrors.kernel.org/gnu/m4/m4-1.4.13.tar.gz tar -xzvf m4-1.4.13.tar.gz cd m4-1.4.13 ./configure --prefix=/usr/local make sudo make install cd ....
分类:系统相关   时间:2015-01-14 15:36:00    阅读次数:196
Gradle源码八续
补充上次的runBuildInProcess builder() ->new 了一个ServiceRegistryBuilder build()->new 一个前文多次提到的DefaultServiceRegistry, 返回,同时把传入的GlobalScopeServices类attach了上去 找configure方法的时候,会找到例如 void configure(ServiceRegis...
分类:其他好文   时间:2015-01-13 23:25:19    阅读次数:616
Centos6.5环境下安装SVN 整合Apache+SSL
弄了两天,终于在服务器上初步搭建起来了SVN(版本1.8)。服务器系统:Centos6.5 64位,搭建过程中全部采用源码编译安装(configure/make/make install),推荐大家使用编译安装。源码安装需要先安装gcc 来进行编译,如果没有编译环境就 yum -y install ...
分类:Web程序   时间:2015-01-13 23:08:44    阅读次数:219
Configure PPPoE on CentOS7
CentOS7 & PPPoE
分类:其他好文   时间:2015-01-13 23:03:04    阅读次数:240
linux memcached 安装
1.安装libevent./configure --prefix=...make && make install2.安装memcached./configure --prefix=... --with-libevent=...make && make install3.启动/home/users/v...
分类:系统相关   时间:2015-01-13 19:36:31    阅读次数:176
./configure,make,make install的作用
./configure,make,make install的作用这些都是典型的使用GNU的AUTOCONF和AUTOMAKE产生的程序的安装步骤。./configure是用来检测你的安装平台的目标特征的。比如它会检测你是不是有CC或GCC,并不是需要CC或GCC,它是个shell脚本。make是用来...
分类:其他好文   时间:2015-01-13 17:39:43    阅读次数:103
awastas 日志分析工具搭建文档
http://localhost/awstats/awstats.pl?config=wp1、解压tarzxvfawstats-6.6.tar.gzmvawstats-6.6/usr/local/awstatscd/usr/local/awstats/tools/perlawstats_configure.pl2、安装#由于脚本有所区别,可能提示内容的顺序有所区别,仅供参考(1)----->RunningOSdetected:Linux,..
分类:其他好文   时间:2015-01-13 10:45:46    阅读次数:236
centos 6.5 x86_64 justniffer安装
下载justniffer_0.5.11.tar.gz解压后运行./configure,提示依赖包,依次安装。其在官网上也给了依赖关系,如下patch tar autotools make libc6 libpcap0.8 g++ gcc libboost-iostreams libboost-program-options libboost-regex3.还要安装boost-devel4.configure:error:Couldnot..
分类:其他好文   时间:2015-01-13 01:37:43    阅读次数:217
Hibernate工作原理及为什么要用?
Hibernate工作原理及为什么要用? 原理:1.通过Configuration().configure();读取并解析hibernate.cfg.xml配置文件2.由hibernate.cfg.xml中的读取并解析映射信息3.通过config.buildSessionFa...
分类:Web程序   时间:2015-01-12 20:56:01    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!