参考:http://wangfeng7399.blog.51cto.com/3518031/1393146?utm_source=tuicool使用cmake编译MariaDB-5.5cmake指定编译选项的方式不同于make,其实现方式对比如下:./configure cmak...
分类:
数据库 时间:
2015-03-16 15:52:58
阅读次数:
159
------------------安装Nginx-------------------安装编译工具与依赖环境#yuminstallgccgcc-c++makepcre-developenssl-develzlib-devel-y#useraddnginx//创建Nginx用户#tar-xvfnginx-1.6.2.tar.gz//解压nginx源码包#cdnginx-1.6.2#./configure\//配置nginx编译参数>--prefix..
分类:
Web程序 时间:
2015-03-16 13:03:26
阅读次数:
283
下载安装包解压进入ext下相应的目录(pdo、pdo_mysql)执行phpize./configure--with-php-config={php-config}php_mysql还需要指定mysql路径make&&makeinstallvimphp.ini
分类:
数据库 时间:
2015-03-16 11:15:32
阅读次数:
180
若想在6.4版本下的centos编译安装MySQL必须使用新的编译器cmake.1)安装cmake直接yum安装2)编译安装参数使用cmake编译安装mysql-5.5.33,选项的方式有所改变:./configurecmake.编译./configure–helpcmake.-LHorccmake.获取帮助指定安装文件的安装路径时常用的选项:-DCMAKE_I..
分类:
数据库 时间:
2015-03-16 06:25:38
阅读次数:
205
首先下载ethtool的源码包。
剩下的事情,几条命令搞定。
tar -xzf ethtool-3.15.tar.gz
cd ethtool-3.15
./configure --host=arm-linux CC=arm-none-linux-gnueabi-gcc LDFLAGS=-static
make
cp ethtool /path/to/rootfs/bin/...
分类:
其他好文 时间:
2015-03-15 18:27:35
阅读次数:
435
ubuntu: postgresql:sudo apt-get install libpq-dev then libodb the odb-pgsql ./configure CPPFLAGS=-I/opt/Post*/9.4/include LDFLAGS=-L/.../lib ?install odb then libodb the odb-pgsql ./configure CPP...
分类:
数据库 时间:
2015-03-14 23:22:37
阅读次数:
665
最近在使用英文版的Editplus写代码的时候,发现中文字符在调试过程中都变成了乱码,发现是Editplus编码设置的问题,Editplus默认编码可能是ANSI,需要将其改成UTF-8。下面就说下具体的设置方法。英文片EditPlus设置方法:首先,在Tools下拉后选择Configure Use...
分类:
其他好文 时间:
2015-03-14 19:59:47
阅读次数:
152
Download OpenCV 2.4.10Download CMake 2.8Open CMake and choose the source code directory and build binary directoryThen click "Configure", and "Generat...
分类:
系统相关 时间:
2015-03-14 06:12:57
阅读次数:
233
一、建虚拟环境1. 下载:python2. 解压:tar -xzvf ******.tgz3. cd Python-2.7.24. ./configure --prefix=${pwd}5. make6. sudo make install// sudo gedit /etc/profile// ....
分类:
编程语言 时间:
2015-03-13 23:39:42
阅读次数:
175
事情要从ubuntu下ZMQ的安装说起……初衷是为了安装python的zmq模块,但是下载好了,安装时报错:configure: error: Unable to find a working C++ compiler缺c++编译器,那就安装一个呗,不曾想,又出现了问题:无法修正错误,因为您要求某些...
分类:
系统相关 时间:
2015-03-13 22:02:55
阅读次数:
4541