PySide/doc/howto-build/setup-generator.rst
Lauro Neto aaece960d3 Adding ./doc from boost
Reviewer: Lauro Moura <lauro.neto@openbossa.org>
          Luciano Wolf <luciano.wolf@openbossa.org>
2010-04-28 16:36:47 -03:00

50 lines
1.1 KiB
ReStructuredText

.. _generator-runner:
****************
Generator Runner
****************
Overview
=========================================
The **Generator Runner** (A.K.A. :program:`generatorrunner`) is the
program that controls the binding generation process according to the
rules given by the user through headers, type system files and generator
front-ends (such as :ref:`boost-python-generator`). It depends on
:ref:`api-extractor` library.
Getting the sources
===================
* Download URL: http://www.pyside.org/downloads/
Build requirements
==================
+ CMake >= 2.6.0
+ Qt4.5 libraries and development headers >= 4.5.0
+ :ref:`api-extractor` + development headers
Building and installing
=======================
To build and install just follow the generic cmake instructions in
section :ref:`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)
And then you can build the package using::
$ dpkg-buildpackage -rfakeroot