http://blog.csdn.net/huangjianxiang1875/article/details/33320557cmkaehttp://www.cmake.org/cmake/resources/software.htmlwget http://mirrors.sohu.com/my...
分类:
数据库 时间:
2014-08-16 03:19:19
阅读次数:
254
一、下载安装所必需的依赖包1、因为高版本mysql都用cmake安装,所以下载cmakewgethttp://www.cmake.org/files/v3.0/cmake-3.0.1.tar.gztar zxvfcmake-3.0.1.tar.gzcd cmake-3.0.1./configurem...
分类:
数据库 时间:
2014-08-15 20:56:59
阅读次数:
215
1. 下载 到http://dl.oschina.net/soft/qjson下载库源文件; qjson-0.8.1-1385961227890.zip 解压为:qjson-0.8.12. 编译 cd qjson-0.8.1 mkdir build cd build cmake -DCMA...
分类:
Web程序 时间:
2014-08-14 13:46:48
阅读次数:
405
1.上传mysql-5.5.21.tar.gz和cmake-2.8.3.tar.gz到/usr/local文件夹下。2.CentOS安装g++和ncurses-devel[root@localhost local]# yum -yinstall gcc-c++[root@localhost loca...
分类:
数据库 时间:
2014-08-12 16:13:24
阅读次数:
256
一、废话最近学习,第一步就是编译.我们需要编译FFmpag,x264,fdk_aac,下面是x264,网上说的很多都是几百年前的,我亲测完美可用还是那句话我能力有限,但是我希望我写的东西能够让更多的人能够接受.我也是刚刚接触.做一个记录,也希望能够对其他人有好处.联系我可以直接评论,也可以加我QQ:...
1.下载MySQL我下载的版本:mysql-5.6.4.tar.gz2.安装之前先卸载CentOS自带的MySQL[root@localhost ~]#yum remove mysql3.编译安装Cmake下载cmake源码包:http://www.cmake.org/files/v2.8/cmak...
分类:
数据库 时间:
2014-08-10 10:19:10
阅读次数:
409
1:yum install cmake make ncurses-devel gcc-c++ bison2:cmake -DCMAKE_INSTALL_PREFIX=/usr/local/mysql3:yum install wget make gcc gcc-c++ bison autoconf ...
分类:
数据库 时间:
2014-08-08 15:43:16
阅读次数:
235
使用Cmake的add_custom_target建立自定义的Target后,必须将这个Target加入all依赖,否则生成的Makefile不会执行这个Target的内容。这样会有个问题,如果需要编译如下目录:
目录下有N个目录,这些目录下或是目录,或是文件,那么递归下去,就会有若干CMakeLists.txt,也就是说,会有若干个add_custom_target(all ...)的存在...
分类:
其他好文 时间:
2014-08-07 19:09:20
阅读次数:
243
基本环境系统:centos6.4nginx-1.2.0mysql-5.5.13php-5.4.9[root@localhost~]#servicehttpdstop//确认httpd服务已关闭[root@localhost~]#servicemysqldstop//确认系统中的mysql数据库没有启动[root@localhost~]#yum-ygroupinstall"Development//安装开发环境和开发库libraries"..
分类:
其他好文 时间:
2014-08-06 19:30:52
阅读次数:
331
准备 链接 opencv官网:http://opencv.org/ 快速开始 :http://opencv.org/quickstart.html Cmake :http://www.cmake.org/cmake/resources/software.html(根据你的开发平台...
分类:
其他好文 时间:
2014-08-05 18:15:19
阅读次数:
193