aboutsummaryrefslogtreecommitdiffstats
path: root/doc/compiling.rst
blob: 2b4f8c8b7cd58e16ec0aec67cbdfdad144eb6316 (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, but < 3.0
+ Qt4 libraries and development headers >= 4.5 (4.6 recommended)
+ api-extractor + generator runner

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>`_.