aboutsummaryrefslogtreecommitdiffstats
path: root/doc/compiling.rst
blob: 7958d573b8305ffa6352d77076b6416094d8ed40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Compiling
---------

Getting the sources
^^^^^^^^^^^^^^^^^^^

* Download URL: http://www.pyside.org/downloads/

Build requirements
^^^^^^^^^^^^^^^^^^

+ CMake >= 2.6.0
+ Python 2.5 (2.6 recommended)
+ Qt4 libraries and development headers >= 4.5 (4.6 recommended)
+ api-extractor + generator runner >= 0.4

Building and installing
^^^^^^^^^^^^^^^^^^^^^^^

To build and install just follow the generic cmake instructions in
section `cmake-primer <http://www.pyside.org/docs/pyside/howto-build/cmake-primer.html>`_.