CEGUI Install for Ogre on Macintosh

This document assumes that you have already set up Ogre on your system, and you are able to build the Ogre Tutorial framework using XCode. The libraries in these instructions are cegui-0.8 built with XCode.

If you still need to install Ogre on the Mac see my instructions for installing Ogre and setting up Xcode.

Install

  1. Download the cegui-mac.zip file from my site http://cs.gettysburg.edu/~cpresser/cs391/software/macFiles.
  2. Unzip the file. Its top level directory is called cegui, so you should have the folder /PATH/TO/cegui.

Setting up the project

Open the Build Settings of your project and make the following changes:
  1. In the User-Defined section add the variable CEGUI_HOME with the value /PATH/TO/cegui.

  2. In the Search-Path section add ${CEGUI_HOME}/include/cegui-0 to Header Search Paths.

  3. Also in the Search-Path section add ${CEGUI_HOME}/lib to Library Search Paths.

  4. In the Linking section add -lCEGUIBase-0 and -lCEGUIOgreRenderer-0 to Other Linker Flags.

Learn about CEGUI and Ogre

Ogre's Basic Tutorial 7 introduces Ogre with CEGUI. Make sure you follow the instructions specific to "CEGUI 0.8.x".


Clif Presser<cpresser@gettysburg.edu>
Last modified: Mon Apr 13 09:19:55 EDT 2015