aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2013-11-16 15:13:52 +0100
committerRoman Lacko <backup.rlacko@gmail.com>2013-11-16 15:13:52 +0100
commit54fed92105c034a0a76fc999e823b77ccbd374b8 (patch)
tree10cf5f5f1c4e5ef1bbca93a2a6588e4c486ee86e /README.rst
parentc5244218569b16e64323376d19206e2561fc9bcf (diff)
Update build dependencies in README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index e0d25784d..52fba582e 100644
--- a/README.rst
+++ b/README.rst
@@ -168,17 +168,11 @@ Building PySide on a UNIX System (Ubuntu 12.04 - 13.10)
Installing prerequisities
-------------------------
-#. Install Python 2.7 header files and a static library:
+#. Install build dependencies:
::
- $ sudo apt-get install python2.7-dev
-
-#. Install Qt SDK:
-
- ::
-
- $ sudo apt-get install qt-sdk
+ $ sudo apt-get install build-essential git cmake libqt4-dev python2.7-dev libxml2-dev libxslt1-dev qtmobility-dev
#. Install latest `setuptools` distribution into the Python you
installed in the first step: download `ez_setup.py