码迷,mamicode.com
首页 >  
搜索关键字:cmake    ( 2085个结果
QGis依赖的第三方库和工具简介
QGis编译文档QGis的编译需要很多第三方的库和工具QGis依赖工具cmake跨平台的项目工程生成工具,使用它可以生成各个平台的工程文件flex & bison首先这是两非常牛逼的东西其次,他们总是在一起使用它们的前身是lex yacc,现在在unix下还是使用这两个,linux下使用flex b...
分类:其他好文   时间:2015-03-17 12:04:22    阅读次数:448
【MariaDB】MariaDB编译参数
参考:http://wangfeng7399.blog.51cto.com/3518031/1393146?utm_source=tuicool使用cmake编译MariaDB-5.5cmake指定编译选项的方式不同于make,其实现方式对比如下:./configure cmak...
分类:数据库   时间:2015-03-16 15:52:58    阅读次数:159
centos6.4下编译安装MySQL-5.5.33
若想在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
手工编译安装mysql数据库服务
实验要求:手工编译安装mysql数据库服务实验步骤:首先挂载并且建立yum仓库,查看yum有没有建好,在创建lamp文件然后把宿主机的LAMP共享文件夹挂载到lamp目录下将mysql归档包解压到/opt目录下安装gcc、gcc-c++、make、cmake(编译)、后面都是开发包ncurses-devel、bison、libaio..
分类:数据库   时间:2015-03-14 20:13:58    阅读次数:260
Linux MySQL源码安装缺少ncurses-devel包
在Red Hat Enterprise Linux Server release 5.7 上用源码安装MySQL-5.6.23时,遇到了" remove CMakeCache.txt and rerun cmake.On Debian/Ubuntu, package name is libncurs...
分类:数据库   时间:2015-03-14 12:22:16    阅读次数:244
OpenCV 2.4.10 Linux Conifguration
Download CMake 2.8.12Extract the file, and run "./bootstrap", then "make", then "sudo make install"Add some dependencies, run "sudo apt-get install bu...
分类:系统相关   时间:2015-03-14 09:33:39    阅读次数:179
OpenCV2.4.10 Mac Configuration
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
mysql备份innobackupex
1、安装从官方下载http://www.percona.com/downloads/XtraBackup/可选择编译版与二进制版,二进制版仍需安装依赖perl-DBD-MySQLyuminstallcmakegccgcc-c++libaiolibaio-develautomakeautoconfbzrbisonlibtoolncurses5-develyuminstallperl-DBD-MySQL编译安装cmake-DBUILD_CONFI..
分类:数据库   时间:2015-03-12 15:29:29    阅读次数:237
mysql5.6安装
系统版本cat/etc/redhat-releaseCentOSrelease6.5(Final)软件版本cmake-3.0.0.tar.gzmysql-5.6.19.tar.gz1.1安装cmaketarzxfcmake-3.0.0.tar.gz./bootstrapmakemakeinstall1.2测试cmakecamek--version2.1安装mysqltarzxfmysql-5.6.19.tar.gzcdmysql-5.6.19cmake\>-DCMAKE_IN..
分类:数据库   时间:2015-03-11 15:08:25    阅读次数:138
Qt5 OpenCV2.4 Configuration
Download CMake 2.8.2Download OpenCV 2.4.11Download Qt 5.4Open CMake 2.8.2, set the source and build directory:Click "Configure", choose "MinGW Makefil...
分类:其他好文   时间:2015-03-11 07:06:36    阅读次数:135
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!