用CMake构建
出自Ogre3D开放资源地带
|
用CMake构建从1.7版本(Cthugha)开始, Ogre决定采用CMake作为其构建系统。在下面的文档中,你可以熟悉如何使用CMake从Ogre源代码来构建完整的Ogre引擎。(当然,如果你愿意,也可以采用CMake来构建你的Ogre工程)。 |
|
快速入门手册对于那些希望快速开始的人:这里提供了如何在两分钟内了解如何通过CMake构建Ogre的方法。如果你有更多的问题以及需求,你需要阅读这系列文档的余下章节! |
|
开始使用CMake这一章节介绍一些相关CMake的细节,让你可以知道如何得到和使用CMake。 |
|
通过CMake构建Ogre这一个章节用来说明如何使用CMake来从源代码构建Ogre。 |
|
使用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 |
|
For developers: Working with and extending Ogre's CMake build systemThis 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. |






