Skip to content

Commit

Permalink
re-worked text from 0fb70f3
Browse files Browse the repository at this point in the history
  • Loading branch information
PyrApple committed Sep 10, 2015
1 parent 97cb316 commit d98d3c3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions manual/installation/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,9 @@ Required for Interface Development

.. note::

Under Linux distros you may install Qt 4.8 via your package manager.
For PySide binding build, you need Qt libraries and also *development headers*, which may
come from a separate package.
By example, on Ubuntu 14.04: ``sudo apt-get install libqt4-dev``.
See content of `PySide build scripts <https://github.com/PySide/BuildScripts>`_ for your Linux distro.
Unix users may want to install these libraries via their package manager.
If so, note that for PySide binding build, you'll need Qt libraries along with *development headers* that may come from a separate package (for example on Ubuntu 14.04 where ``libqt4-dev`` is required).
See `PySide build scripts <https://github.com/PySide/BuildScripts>`_ for more information.


Quick Setup and Running
Expand Down

0 comments on commit d98d3c3

Please sign in to comment.