aboutsummaryrefslogtreecommitdiffstats
path: root/doc/compiling/setup-generator.rst
diff options
context:
space:
mode:
authorLuciano Wolf <luciano.wolf@openbossa.org>2010-10-08 15:58:28 -0300
committerLuciano Wolf <luciano.wolf@openbossa.org>2010-10-11 10:11:00 -0300
commit75321b8149ec5cfb69c4b758976b5a11ff22083b (patch)
treec46d065c4d75b40ce670c0fe274128f00f5b9ea3 /doc/compiling/setup-generator.rst
parente0eb744489cfe4914bef235880f8219984d7d43d (diff)
Updating documentation to reflect adoption of wikipages.sb-0.6.2
Reviewer: Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'doc/compiling/setup-generator.rst')
-rw-r--r--doc/compiling/setup-generator.rst50
1 files changed, 0 insertions, 50 deletions
diff --git a/doc/compiling/setup-generator.rst b/doc/compiling/setup-generator.rst
deleted file mode 100644
index 2118a352c..000000000
--- a/doc/compiling/setup-generator.rst
+++ /dev/null
@@ -1,50 +0,0 @@
-
-.. _generatorrunner:
-
-****************
-Generator Runner
-****************
-
-Overview
-=========================================
-
-The **GeneratorRunner** (A.K.A. :program:`generatorrunner`) is
-the program that collects relevant data from C++ headers (paying
-special attention to Qt provided information, like signals and
-properties) and auxiliary files (typesystems, ``global.h`` and
-glue files). For this it relies on the :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.1)
-
-And then you can build the package using::
-
- $ dpkg-buildpackage -rfakeroot