Skip to main content

History: Building Ogre V2

Source of version: 4 (current)

Copy to clipboard
            {BOX(width="100%",class="Layout_box9",title="Building OGRE From Source")}{SPLIT(colsize=10%|70%)}{IMG(fileId="4",imalign="left")}{IMG}
---
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.
For the latest stable code (all platforms), you can [https://bitbucket.org/sinbad/ogre|check out the source from Bitbucket]. 

The first V2+ branch is __v2-1__. Although this branch is still under development, it is pretty stable.

!!!!-Quick Mercurial Guide {DIV(type="span", class="nxOgre_sup")}(Click the ''+'' sign to view){DIV}
To clone OGRE directly to a specific version do this:
{CODE(wrap="1")}hg clone https://bitbucket.org/sinbad/ogre/ -u v2-1{CODE}

%note% __Note:__ You can always switch branches at any time. For instance, this command switches to another branch:
{CODE(wrap="1")}hg update v2-0{CODE}
!!!!
{SPLIT}{BOX}
{INCLUDE(page="Prerequisites V2",stop="!!Introduction")}{INCLUDE}
{INCLUDE(page="Building Ogre V2 with CMake",stop="!!Getting the Ogre Sources")}{INCLUDE}
{INCLUDE(page="Getting started with CMake",stop="!!Quick Start For The Impatient")}{INCLUDE}
---