Ubuntu-Linux Users

From SpaceElevatorWiki.com
Revision as of 11:26, 19 March 2009 by Keithcu (talk | contribs)
Jump to navigationJump to search

Page in progress

Ogre

Ubuntu ships a version of Ogre compiled without Cg support. Thus requiring manual installation.

There are two options:

  • from Ubuntu's source package if Ogre version there is >= 1.4.9 (cleaner since you'll have a deb file installed, which will be easier to uninstall).
  • from Ogre3D source package.

From Ogre3D source package

Instructions here

OgreDotNet

sudo aptitude install swig cmake nant libmono-winforms2.0-cil
svn checkout http://ogredotnet.googlecode.com/svn/trunk/ ogredotnet-read-only 
cd ogredotnet-read-only
bash ./build.sh

OIS

sudo aptitude install libois1 libois-dev 

MyGUI

sudo aptitude install uuid-dev uuid libfreetype6-dev libfreetype6
svn co https://my-gui.svn.sourceforge.net/svnroot/my-gui/trunk my-gui  
cd my-gui
sh bootstrap
./configure --prefix=/usr
make
sudo make install