summaryrefslogtreecommitdiffstats
path: root/patches/0047-Added-new-QtWebKit-requirements-since-we-need-more-t.patch
blob: 077f3c4fc2c7f7b1284fcc397a5b7d4536cb0a4d (plain)
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 be93466ca5c7571beba46fe3ad803cb3c54ae597 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 26ccf88..4e6cc11 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&amp;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}
 */
 
@@ -1167,6 +1192,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}
 */
 
@@ -1363,6 +1409,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.3.2.343.g7d43d