1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
From 5dc1b2627551b3d0fd3227d032f1497349c4071c Mon Sep 17 00:00:00 2001
From: axis <qt-info@nokia.com>
Date: Fri, 14 Jan 2011 16:14:17 +0100
Subject: [PATCH] Added new QtWebKit requirements since we need more tools now.
---
qtdoc/doc/src/getting-started/installation.qdoc | 60 +++++++++++++++++++++++
1 files changed, 60 insertions(+), 0 deletions(-)
diff --git a/qtdoc/doc/src/getting-started/installation.qdoc b/qtdoc/doc/src/getting-started/installation.qdoc
index 6d0256e..bbbffcc 100644
--- a/qtdoc/doc/src/getting-started/installation.qdoc
+++ b/qtdoc/doc/src/getting-started/installation.qdoc
@@ -980,6 +980,31 @@ We hope you will enjoy using Qt.
\l{http://www.microsoft.com/downloads/details.aspx?FamilyID=0baf2b35-c656-4969-ace8-e4c0c0716adb&DisplayLang=en}{here}.
\endlist
+ \section1 QtWebKit Dependencies
+
+ QtWebKit depends on some extra development tools in addition to those required for the rest of Qt.
+
+ \note These dependencies are only needed if you use a source version of Qt.
+ They are not required when using a prebuilt library.
+
+ \list
+ \o Install \l{http://www.activestate.com/Products/ActivePerl/}{ActiveState Perl}
+ \o Install \l{http://www.python.org/download/}{Python 2.x}
+ (and add the installation location to your PATH)
+ \o In addition, you need these external GNU tools from the
+ \l{http://gnuwin32.sourceforge.net/packages.html}{GnuWin32 Project}:
+ \list
+ \o \l{http://gnuwin32.sourceforge.net/downlinks/bison.php}{Bison}
+ \o \l{http://gnuwin32.sourceforge.net/downlinks/gperf.php}{GPerf}
+ \o \l{http://gnuwin32.sourceforge.net/downlinks/flex.php}{Flex}
+ \o \l{http://gnuwin32.sourceforge.net/downlinks/libiconv.php}{LibIconv} (needed for bison)
+ \endlist
+ \endlist
+
+ Please make sure that you install all the tools in a path without spaces in it.
+
+ For the most up to date information about QtWebKit dependencies, please refer to the \l{http://trac.webkit.org/wiki/BuildingQtOnWindows}{QtWebKit wiki for Windows}
+
\sa {Known Issues}
*/
@@ -1132,6 +1157,27 @@ We hope you will enjoy using Qt.
distributions; try searching for \c gstreamer or \c libgstreamer in your
distribution's package repository to find suitable packages.
+ \section1 QtWebKit Dependencies
+
+ QtWebKit depends on some extra development tools in addition to those required for the rest of Qt.
+
+ \note These dependencies are only needed if you use a source version of Qt.
+ They are not required when using a prebuilt library.
+
+ \list
+ \o gperf
+ \o bison
+ \o flex (v2.5.33 or later)
+ \o sqlite (development version)
+ \o fontconfig (development version)
+ \o xrender (development version)
+ \o phonon (development version)
+ \endlist
+
+ These should be available in most major Linux distributions, but the exact install instructions will vary.
+
+ For the most up to date information about QtWebKit dependencies, please refer to the \l{http://trac.webkit.org/wiki/BuildingQtOnLinux}{QtWebKit wiki for Linux}
+
\sa {Known Issues}
*/
@@ -1305,6 +1351,20 @@ We hope you will enjoy using Qt.
We recommend you to take a look at \l{http://developer.symbian.org/wiki/index.php/Qt_Quick_Start}{Symbian Foundation - Qt Quick Start}
to get more information about how to setup the development environment.
+ \section1 QtWebKit Dependencies
+
+ QtWebKit depends on some extra development tools in addition to those required for the rest of Qt.
+
+ \note These dependencies are only needed if you use a source version of Qt.
+ They are not required when using a prebuilt library.
+
+ The dependencies are the same for Symbian as the host platform you are building on. Therefore, please
+ refer to the Requirements page for your build platform, either
+ \l{Qt for Windows Requirements#qtwebkit-dependencies}{Qt for Windows Requirements} or
+ \l{Qt for X11 Requirements#qtwebkit-dependencies}{Qt for X11 Requirements}.
+
+ For the most up to date information about QtWebKit dependencies, please refer to the \l{http://trac.webkit.org/wiki/BuildingQtOnSymbian}{QtWebKit wiki for Symbian}
+
\sa {Known Issues}
*/
--
1.7.1
|