用CMake构建

出自Ogre3D开放资源地带

跳转到: 导航, 搜索
Image:CMake.png

用CMake构建

从1.7版本(Cthugha)开始, Ogre决定采用CMake作为其构建系统。在下面的文档中,你可以熟悉如何使用CMake从Ogre源代码来构建完整的Ogre引擎。(当然,如果你愿意,也可以采用CMake来构建你的Ogre工程)。

Image:Star.png

快速入门手册

对于那些希望快速开始的人:这里提供了如何在两分钟内了解如何通过CMake构建Ogre的方法。如果你有更多的问题以及需求,你需要阅读这系列文档的余下章节!

Image:Faq.jpg

开始使用CMake

这一章节介绍一些相关CMake的细节,让你可以知道如何得到和使用CMake。

Image:OGRE_Libraries.png‎

通过CMake构建Ogre

这一个章节用来说明如何使用CMake来从源代码构建Ogre。

Image:Libraries.png

使用CMake来构建你自己的工程

This section is an introduction on how to use CMake to build your own projects and have them link against Ogre. For more detailed information about CMake, refer to the official CMake website: http://www.cmake.org

Image:Development_Tools.png

For developers: Working with and extending Ogre's CMake build system

This section describes in some detail how Ogre's CMake build system works and how you can extend it. This is meant for developers who may need to add source files or entire targets to the build system.

个人工具