码迷,mamicode.com
首页 >  
搜索关键字:the differents of make and cmake    ( 12893个结果
转:CMake安装和使用
CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C++特性,类似UNIX下的automake。只是 CMake 的组态档取名为 CmakeLists.txt。Cmake 并不直...
分类:其他好文   时间:2014-07-22 23:14:52    阅读次数:433
cmake 学习笔记(一) .
最大的Qt4程序群(KDE4)采用cmake作为构建系统Qt4的python绑定(pyside)采用了cmake作为构建系统开源的图像处理库 opencv 采用cmake 作为构建系统...看来不学习一下cmake是不行了,一点一点来吧,找个最简单的C程序,慢慢复杂化,试试看:例子一单个源文件 ma...
分类:其他好文   时间:2014-07-22 23:13:14    阅读次数:423
redis配置文件解析
Redis是一个简单高效的内存KV数据库,基本上下载源码make install,编译完成,然后进入src目录运行redis-server即可运行。就是因为这么简单往往有朋友直接运行,将没有密码的redis暴漏外网,最终数据被泄漏。鉴于这些血泪的教训,有必要来说一下redis的配置文件,当然这也比较...
分类:其他好文   时间:2014-07-22 23:07:55    阅读次数:378
Xcode环境下OpenGL C++ GLFW开发环境搭建
操作系统版本:MacOS Mavericks 10.9.2Xcode版本:5.0.1OpenGL版本:4.10GLFW版本:3.0.4一、GLFW编译1、下载并安装cmake(当前最新版本为2.8.12.2)http://www.cmake.org/cmake/resources/software....
分类:编程语言   时间:2014-05-01 13:02:37    阅读次数:1409
eclipse c++
http://cmakeed.sourceforge.net/eclipse/ cmake -G"Eclipse CDT4 - Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug -D_ECLIPSE_VERSION=4.2 ../src
分类:编程语言   时间:2014-05-01 08:37:42    阅读次数:319
Caching Tutorial
for Web Authors and WebmastersThis is an informational document. Although technical in nature, it attempts to make the concepts involved understandabl...
分类:其他好文   时间:2014-05-01 08:37:04    阅读次数:438
linux + ffmpeg + eclipse 调试
使用linux + ffmpeg + eclipse调试步骤OS : ubuntu 12.04Eclipse : 3.7.2为Eclipse安装cdt插件,使其支持c/c++导入ffmpeg项目File —-> Import —-> c / c++ —-> Existing Code as Make...
分类:系统相关   时间:2014-05-01 01:17:00    阅读次数:754
Timus 1104. Don’t Ask Woman about Her Age题解
Mrs Little likes digits most of all. Every year she tries to make the best number of the year. She tries to become more and more intelligent and every year studies a new digit. And the number she make...
分类:其他好文   时间:2014-04-29 13:13:21    阅读次数:309
Centos 5.5 安装Mysql5.5过程
这几天在centos5.5下装mysql5.5,这里记录一下安装的过程,方便以后查阅。Mysql5.5安装需要cmake,5.6版本开始都需要cmake来编译,5.5以后的版本应该也要装这个。文章讲述在centos5.5下装mysql5.5安装过程及遇到问题的解决方法...
分类:数据库   时间:2014-04-28 10:36:43    阅读次数:403
Timus 1404. Easy to Hack! 有一个密码问题
When Vito Maretti writes an important letter he encrypts it. His method is not very reliable but it’s enough to make any detective understand nothing in that letter. Sheriff doesn’t like such state ...
分类:其他好文   时间:2014-04-27 21:45:00    阅读次数:459
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!