Installing the Ogre SDK         The necessary steps you need to take to install the precompiled OGRE SDK
Print

Image
This details the necessary steps you need to take to install the precompiled OGRE SDK.
If you want to build Ogre from source instead, visit the Building Ogre page.


Prerequisites:

  1. Go to http://www.ogre3d.org/download/sdk.
  2. Download the SDK matching your IDE version.
  3. Download and install DirectX: directx_aug2009_redist.exe(external link)

Run the installer:

Image

Unpack to a suitable location:

Image

Go to the directory of the newly installed sdk and copy the full path:

Image

Open a command window and set the environment variable OGRE_HOME to point to that path.

You just copied the path so you should be able to paste in into the command window after 'setx OGREHOME ':
Image

setx OGRE_HOME D:\OgreSDK\OgreSDK_vc9_v1-7-1

That's it. :-)

TODO: Write how to compile the samples. :-)

Next Step:

Now you are ready to go to Setting Up an Application, and/or visit the Tutorials.


Alias: Installing An SDK
Alias: Installing_An_SDK
Alias: Installing_the_Ogre_SDK_on_Mac_OS_X


Contributors to this page: jacmoe60863 points  and system .
Page last modified on Saturday 17 of July, 2010 18:51:19 GMT by jacmoe60863 points .


The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.
As an exception, any source code contributed within the content is released into the Public Domain.