1,yum dependenciesCentos,RHEL Fedora:$ sudo yum install git gcc automake autoconf libtoolDebian:$ sudo apt-get install git gcc automake autoconf libto...
分类:
数据库 时间:
2014-09-12 20:39:54
阅读次数:
195
1.环境准备yum -y install gcc gcc-c++ autoconf automake makeyum -y install zlib zlib-devel openssl openssl--devel pcre pcre-devel 不执行以上两项安装的话,就可能会遇到下面我的安装过程中遇到的情况:到此页面下载自己想要的版本:http://nginx.org/en/download...
分类:
其他好文 时间:
2014-09-12 19:10:24
阅读次数:
214
项目一 helloworld整个基础上仅有一个helloworld.c文件,功能也非常简单,只是向屏蔽输出一句hello。新建一个helloworld目录,然后在里面新建一个文件helloworld.c,内容为:#include int main(int argc, char **agrv){ .....
分类:
其他好文 时间:
2014-09-11 22:15:42
阅读次数:
292
一、安装nginx时必须先安装相应的编译工具 yum -y install gcc gcc-c++ autoconf automake yum -y install zlib zlib-devel openssl openssl-devel pcre-devel 建立nginx 组 groupadd -r nginx useradd -s /sbin...
分类:
其他好文 时间:
2014-09-09 18:39:09
阅读次数:
356
autotools是系列工具, 它主要由autoconf、automake、perl语言环境和m4等组成;所包含的命令有五个:
(1)aclocal
(2)autoscan
(3)autoconf
(4)autoheader
(5)automake
一、准备源代码
本项目有三个源文件,分别为score.cpp, sum....
分类:
其他好文 时间:
2014-09-09 18:24:19
阅读次数:
267
下载及安装CMake3.0.1
要自己编译OpenCV2.4.9的源码,首先,必须下载编译工具,使用的比较多的编译工具是CMake。
下面摘录一段关于CMake的介绍:
CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C 特性,类似UNIX下的automake。只是 C...
分类:
其他好文 时间:
2014-09-02 21:25:35
阅读次数:
261
一、安装m4-1.4.13、autoconf-2.64、automake-1.11、libtool-2.2.6 下载安装m4-1.4.13、autoconf-2.64、automake-1.11、libtool-2.2.6,coreseek安装搭好安装环境。 1 m4-1.4.13下载地址...
分类:
数据库 时间:
2014-09-02 21:12:25
阅读次数:
443
Install Ubuntu 12.04 and update the system
apt-get update;
apt-get upgrade;
Install dependencies
apt-get install automake autoconf gcc uml-utilities libtoolbuild-essential pkg-config...
分类:
其他好文 时间:
2014-08-26 11:47:05
阅读次数:
173
环境:Centos6.4 64位Hadoop2.2.0Sun JDK1.7.0_45hive-0.12.0准备工作:yum -y install lzo-devel zlib-devel gcc autoconf automake libtool开始了哦!(1)安装LZOwget http://ww...
分类:
其他好文 时间:
2014-08-23 15:18:00
阅读次数:
1180
yum -y install gcc gcc-c++ gcc autoconf automake zlib* fiex* libxml* ncurses-devel libmcrypt* libtool-ltdl make cmakegroupadd mysqluseradd -r -g mysql...
分类:
数据库 时间:
2014-08-15 17:20:59
阅读次数:
269