Prereqs
From PyWiki
Requirements for building Python-Ogre 1.0 from source
- MSVC 8 (with SP1) or GCC 4.1
- Py++ (SVN Revision: 1110) (svn co -r1110 https://pygccxml.svn.sourceforge.net/svnroot/pygccxml pygccxml)
- GCC XML (CVS Version) (cvs -d :pserver:anoncvs@www.gccxml.org:/cvsroot/GCC_XML co gccxml)
- Boost (1.34.1 Version) - Don't forget to update the Indexing suite - see the main help page
- and a prebuilt version of BJAM used to build boost from here
- Python-Ogre Source: (SVN Revision: 373) : (svn co -r373 https://python-ogre.svn.sourceforge.net/svnroot/python-ogre)
- Python 2.5 or 2.4.4
- Scons (0.97) (used to build the source)
- Module Sources:
- Ogre 3D 1.4 Source Release (NOT the Precompiled SDK)
- OgreRefApp - included as part of the base Ogre package
- ODE (SVN Version) (svn co https://opende.svn.sourceforge.net/svnroot/opende/trunk)
- CEGUI 0.5.x release You'll need the source and dependencies packages as it needs to be compiled with RTTI enabled - the pre-compiled SDK will NOT work
- OIS (Version 1.0)
- Newton Physics
- OgreNewt CVS version from the Ogre Addons modules - [1]