#! /bin/sh
#__version__ 0.0.2.20110116-1
sudo apt-get install subversion
wget http://mirrors.kernel.org/ubuntu/pool/universe/c/celementtree/python-celementtree_1.0.5-10_i386.deb
wget http://ftp.us.debian.org/debian/pool/main/e/elementtree/python-elementtree_1.2.6-12_all.deb
sudo dpkg -i python-elementtree_1.0.5-10_i386.deb
sudo dpkg -i python-celementtree_1.0.5-10_i386.deb
svn co https://python-ogre.svn.sourceforge.net/svnroot/python-ogre/branches/v1-6-4 python-ogre
ln -s python-ogre/scripts/00-PreReqs.sh .
sh ./00-PreReqs.sh
sudo apt-get install cmake libboost-thread-dev libboost-date-time-dev scons 
sudo apt-get install libfreeimage-dev libfreeimage3 libzzip-dev bjam
python python-ogre/BuildModule.py -r cg pygccxml pyplusplus gccxml
python python-ogre/BuildModule.py -b gccxml pygccxml cg pyplusplus boost_python --usesystem
svn co http://pygccxml.svn.sourceforge.net/svnroot/pygccxml/pyplusplus_dev pyplusplus
cd pyplusplus/
sudo python setup.py install
cd ..
python python-ogre/BuildModule.py -r ois ogre cegui
python python-ogre/BuildModule.py -b ois ogre  --usesystem
python python-ogre/BuildModule.py -b cegui  --usesystem
python python-ogre/BuildModule.py -g -c ogre --usesystem
python python-ogre/BuildModule.py -g -c ois cegui --usesystem
python python-ogre/BuildModule.py -b install  --usesystem
