diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-06-24 15:58:15 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-06-24 15:58:15 (GMT) |
commit | 86b92bdef3dbf471662d0a65a21a3fb02424e0af (patch) | |
tree | 6deac4eeb77be5d791fb647011704340c91fcd04 /doc/src | |
parent | 723dfce0f2af6d93d2c1b50f5e44ad3cf63e058c (diff) | |
parent | 962d3938380dde01e2bd4915c51c95f47fafa0ec (diff) | |
download | Qt-86b92bdef3dbf471662d0a65a21a3fb02424e0af.zip Qt-86b92bdef3dbf471662d0a65a21a3fb02424e0af.tar.gz Qt-86b92bdef3dbf471662d0a65a21a3fb02424e0af.tar.bz2 |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt
Diffstat (limited to 'doc/src')
-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 |