码迷,mamicode.com
首页 >  
搜索关键字:autoconf    ( 741个结果
mysql同步复制
1安装mysqlyuminstallgcc*gcc-c++*autoconf*automake*zlib*libxml*ncurses-devel*libgcrypt*libtool*openssl*-ygroupaddmysqluseraddmysql-gmysqlmkdir/usr/local/mysqlmkdir/usr/local/mysql/datachown-Rmysql.mysql/usr/local/mysql/data/cmake-DCMAKE_INSTALL_PREFIX=/usr/l..
分类:数据库   时间:2015-06-03 19:46:29    阅读次数:141
autotools的基本使用
autotools是个系列工具,主要由autoconf、automake、perl语言环境和m4等组成,所包含的命令有5个: 下图是autotools使用的流程图: autotools的安装:apt-get install autoconf automake autotools-dev m4 autotools使用简单实例如下: 准备程序源代码mkdir...
分类:其他好文   时间:2015-06-02 09:33:14    阅读次数:254
./configure,make,make install的作用(转)
这些都是典型的使用GNU的AUTOCONF和AUTOMAKE产生的程序的安装步骤。./configure是用来检测你的安装平台的目标特征的。比如它会检测你是不是有CC或GCC,并不是需要CC或GCC,它是个shell脚本。make是用来编译的,它从Makefile中读取指令,然后编译。make in...
分类:其他好文   时间:2015-05-31 19:55:54    阅读次数:95
Centos6.5源码搭建SVN+Apache
1、所需软件包apr-util-1.5.4.tar.gz#下载地址wgethttp://mirrors.tuna.tsinghua.edu.cn/apache/apr/apr-util-1.5.4.tar.gzapr-1.5.2.tar.gz#下载地址wgethttp://mirrors.tuna.tsinghua.edu.cn/apache/apr/apr-1.5.2.tar.gzsqlite-autoconf-3071700.tar.gz#下载地址wgethttp://..
分类:Web程序   时间:2015-05-28 16:29:34    阅读次数:445
ubuntu14.04 下安装 glib-2.44.1 的过程记录
安装glib-2.44.1先说清楚,这是一篇纠结文,正确答案请看这里纠结开始了:下载https://github.com/GNOME/glib参考https://developer.gnome.org/glib/2.44/要用到autoconf生成配置脚本先使用apt-get install aut...
分类:系统相关   时间:2015-05-27 12:02:39    阅读次数:211
搭建zabbix监控
1.安装系统 #centos 6.4最小化安装2.配置好IP 关闭iptables、selinux 重启启动服务器3.服务端安装 lamp 环境 (最好配置163yum源)yum -y install gcc gcc-c++ autoconf httpd php mysql mysq...
分类:其他好文   时间:2015-05-25 12:52:27    阅读次数:170
Protocol Buffer for Object-c
编译 下载http://code.google.com/p/metasyntactic/downloads/list 下载安装Mac port 用Mac port安装autogen:sudo port install automake autoconf libtool 找到文件src/google/protobuf/message.cc 加入#includ...
分类:其他好文   时间:2015-05-22 13:40:38    阅读次数:271
OpenWrt编译
OpenWrt编译简单过程1,OpenWrt编译环境准备sudo apt-get install gcc g++ binutils patch bzip2 flex bison make autoconf gettext texinfo unzip sharutils subversion libn...
分类:其他好文   时间:2015-05-16 13:20:20    阅读次数:121
infobright系列一:源码安装infobright
1:下载infobrighthttp://www.infobright.org/downloads/ice/infobright-4.0.7-0-src-ice.tar.gz2:查看环境rpm -q gccrpm -q autoconf rpm -q boost #要求1.42以上版本3.如果有缺少...
分类:其他好文   时间:2015-05-14 17:58:11    阅读次数:112
741条   上一页 1 ... 57 58 59 60 61 ... 75 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!