Ubuntu-Linux Users: Difference between revisions

From SpaceElevatorWiki.com
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
''Page in progress''
''Page in progress''


== Ogre ==
== OIS ==


Ubuntu ships a version of Ogre compiled without Cg support. Thus requiring manual installation.
sudo aptitude install libois1 libois-dev
 
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 ===
=== Ogre3D from source ===


[[Install_Ogre_From_Source|Instructions here]]
[[Install_Ogre_From_Source|Instructions here]]
Line 20: Line 16:
  cd ogredotnet-read-only
  cd ogredotnet-read-only
  bash ./build.sh
  bash ./build.sh
== OIS ==
sudo aptitude install libois1 libois-dev


== MyGUI ==
== MyGUI ==

Revision as of 11:29, 19 March 2009

Page in progress

OIS

sudo aptitude install libois1 libois-dev 

Ogre3D from source

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

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