Boost.Python Generator

Overview

The Boost::Python Generator (A.K.A. boostpythongenerator) is the program that creates the Boost.Python bindings source files from Qt headers and auxiliary files (typesystems, global.h and glue files). It depends on Generator Runner and API Extractor library.

Getting the sources

Build requirements

Building and installing

To build and install just follow the generic cmake instructions in section CMake primer.

Debian packaging

In order to compile this package in a debian environment, make sure the following packages are installed:

  • debhelper (>= 5)
  • cdbs
  • cmake (>= 2.6.0)
  • libqt4-dev (>= 4.5)
  • libapiextractor-dev (>= 0.3.2)
  • libgenrunner-dev (>= 0.3.2a1)

And then you can build the package using:

$ dpkg-buildpackage -rfakeroot