diff options
author | David Boddie <dboddie@trolltech.com> | 2009-06-24 15:15:29 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-06-24 15:15:29 (GMT) |
commit | f98829ae299e1f3c1f21b4bf2628601008e5141a (patch) | |
tree | 1ee4af39e6aa8b4ee41af6be60d062284a1a8f70 | |
parent | db92a780ceb130b6fa91ad866e521237c4b255b8 (diff) | |
download | Qt-f98829ae299e1f3c1f21b4bf2628601008e5141a.zip Qt-f98829ae299e1f3c1f21b4bf2628601008e5141a.tar.gz Qt-f98829ae299e1f3c1f21b4bf2628601008e5141a.tar.bz2 |
Doc: List the Debian/Ubuntu packages required to build Qt for X11.
Reviewed-by: Trust Me
-rw-r--r-- | doc/src/installation.qdoc | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/doc/src/installation.qdoc b/doc/src/installation.qdoc index f5d3788..d868069 100644 --- a/doc/src/installation.qdoc +++ b/doc/src/installation.qdoc @@ -595,7 +595,9 @@ in the \l{Qt for Windows CE Requirements} document. \endraw The QtGui module and the QtCore module, which provides the non-GUI features required - by QtGui, depend on the libraries described in the following table. + by QtGui, depend on the libraries described in the following table. To build + Qt from its source code, you will also need to install the development + packages for these libraries for your system. \table 90% \header \o Name \o Library \o Notes \o Configuration options \o Minimum working version @@ -653,6 +655,28 @@ in the \l{Qt for Windows CE Requirements} document. \note You must compile with XRender support to get alpha transparency support for pixmaps and images. + Development packages for these libraries contain header files that are used + when building Qt from its source code. On Debian-based GNU/Linux systems, + for example, we recommend that you install the following development + packages: + + \list + \o libfontconfig1-dev + \o libfreetype6-dev + \o libx11-dev + \o libxcursor-dev + \o libxext-dev + \o libxfixes-dev + \o libxft-dev + \o libxi-dev + \o libxrandr-dev + \o libxrender-dev + \endlist + + Some of these packages depend on others in this list, so installing one + may cause others to be automatically installed. Other distributions may + provide system packages with similar names. + \section1 Phonon Dependencies As described in the \l{Phonon Overview}, Phonon uses the GStreamer multimedia |