History: Building Ogre
Preview of version: 18
- «
- »
For developers with more experience, building OGRE from source is usually the more attractive option. For some, it is the only option as prebuilt binaries are not available. Source provides the fastest access to bug fixes and allows the developer to debug any aspect of their code or OGRE. It is also necessary for contributing patches. Select your platform and compiler from the list below. Then move on to learn how to setup your first application.
For the latest stable code (all platforms), you can check out the source from Mercurial.
If using windows, you might also want to read a quick guide about getting the sources with tortoisehg, a windows client.
As of version 1.7 (Cthugha), the Ogre project uses CMake as its primary build system. On the following pages you can familiarise yourself with CMake and how to use it to build Ogre from source (and, if you like, your own projects using Ogre).
See Building Ogre Shoggoth for building earlier versions of Ogre.
For the impatient: Learn how to build Ogre with CMake in two minutes. If you encounter any problems or need some more advanced procedures, do read the rest of the sections below!
This section introduces you to CMake and explains the concepts as well as how you can get and use CMake.
This section explains how to use CMake to build Ogre from source.
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 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.
Alias: Building With CMake
Alias: Building From Source