CompilingExtra

From PyWiki

Revision as of 11:16, 14 July 2008 by Kspes (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Here you can find aditional instructions how to build specific python-ogre modules. Some modules can be built as-is but some require manual intervention.

  • these instructions have last been updated at Python-Ogre revision 633

OIS

Windows

  • ois is staticly linked into a .pyd file and thus we need to compile it manually. so open up OIS's .sln file in Visual Studio and compile a Static Library (Release). It should produce OIS_static.lib.

OGRE 1.4.x

A patch needs to be applied before compiling. the patch is located in <python-ogre-root>/patch/ogre.patch

  • BuildModule.py -b ogre should automatically patch the source. if you're not using BuildModule for it, you should do it manually.