Difference between revisions of "Generating Python Bindings"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
(Created page with " * Install Python 2.7 (see building CEED guide) * Install Pygccxml (homepage - https://pypi.python.org/pypi/pygccxml) from the master branch: https://github.com/gccxml/pygccxm...") |
|||
Line 2: | Line 2: | ||
* Install Python 2.7 (see building CEED guide) | * Install Python 2.7 (see building CEED guide) | ||
* Install Pygccxml (homepage - https://pypi.python.org/pypi/pygccxml) from the master branch: https://github.com/gccxml/pygccxml/archive/master.zip | * Install Pygccxml (homepage - https://pypi.python.org/pypi/pygccxml) from the master branch: https://github.com/gccxml/pygccxml/archive/master.zip | ||
− | * Install Py++ (pyplusplus) https://bitbucket.org/ompl/pyplusplus | + | * Install Py++ (pyplusplus) - https://bitbucket.org/ompl/pyplusplus |
+ | * Install GCCXML - http://sourceforge.net/projects/pygccxml/files/latest/download | ||
All via setup file. | All via setup file. | ||
+ | Edit the following file: <code>(CEGUI Path)\cegui\src\ScriptModules\Python\bindings\generators\common_utils.py</code> | ||
+ | GCCXML_PATH needs to point to your Pygccxml install | ||
Latest revision as of 16:06, 7 July 2015
- Install Python 2.7 (see building CEED guide)
- Install Pygccxml (homepage - https://pypi.python.org/pypi/pygccxml) from the master branch: https://github.com/gccxml/pygccxml/archive/master.zip
- Install Py++ (pyplusplus) - https://bitbucket.org/ompl/pyplusplus
- Install GCCXML - http://sourceforge.net/projects/pygccxml/files/latest/download
All via setup file.
Edit the following file: (CEGUI Path)\cegui\src\ScriptModules\Python\bindings\generators\common_utils.py
GCCXML_PATH needs to point to your Pygccxml install