History: Installing the Ogre SDK
Preview of version: 23
- «
- »
|
|
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:
- Go to http://www.ogre3d.org/download/sdk.
- Download the SDK matching your IDE version.
- Download and install DirectX: directx_aug2009_redist.exe
Run the installer:
Unpack to a suitable location:
Go to the directory of the newly installed sdk and copy the full path:
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 ':
Copy to clipboard
setx OGRE_HOME D:\OgreSDK\OgreSDK_vc9_v1-7-1
That's it. :)
TODO: Write how to compile the samples. 😊
-(Linux)-
To be written..
-(Mac OSX)-
To be written..
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