diff options
Diffstat (limited to 'doc/compiling.rst')
-rw-r--r-- | doc/compiling.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/compiling.rst b/doc/compiling.rst index 510b22ba..c45d7f1a 100644 --- a/doc/compiling.rst +++ b/doc/compiling.rst @@ -1,2 +1,21 @@ Compiling --------- + +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 ++ api-extractor + development headers + +Building and installing +^^^^^^^^^^^^^^^^^^^^^^^ + +To build and install just follow the generic cmake instructions in +section cmake-primer. + |