Changes between Version 44 and Version 45 of BuildingQtOnLinux
- Timestamp:
- Oct 25, 2010, 6:54:42 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingQtOnLinux
v44 v45 7 7 == Dependencies == 8 8 9 The code should be easily built on any Linux distribution which has development packages for Qt installed. 9 The code should be easily built on any Linux distribution which has development packages for Qt installed. Below is the list of dependencies: 10 10 11 The Qt port requires '''Qt version 4.6 or later.''' 11 * '''Qt version 4.6 or later''' 12 * gperf 13 * bison 14 * flex (v2.5.33 or later) 15 * sqllite (development files) 16 * fontconfig (development files) 17 * xrender (development files) 18 * phonon (development files) 12 19 13 The Qt port requires gperf.20 See also: [#DependenciesforspecificLinuxdistributions how to install dependency packages on major linux distributions]. 14 21 15 The Qt port requires sqllite. 16 17 The Qt port requires bison. 18 19 The Qt port requires '''flex version 2.5.33 or later.''' 20 21 The Qt port requires xrender-dev 22 23 The Qt port requires libphonon-dev 24 25 == Build WebKit == 22 == Building WebKit == 26 23 First follow the instructions [QtWebKitContrib there to get the sources]. The Qt port is part of the WebKit source tree, so you don't need anything extra. 27 24 … … 144 141 == Dependencies for specific Linux distributions == 145 142 146 === Installing dependencies on Debian/Ubuntu===143 === Debian/Ubuntu Linux === 147 144 To install required dependencies on Debian/Ubuntu, do 148 145 … … 151 148 }}} 152 149 153 === Installing dependencies onArk Linux ===150 === Ark Linux === 154 151 On Ark Linux, install the required dependencies using 155 152 {{{ … … 159 156 Alternatively, install the needed packages (see list above) through Mission Control -> Install Software. 160 157 161 === Installing dependencies onOpenSUSE Linux ===158 === OpenSUSE Linux === 162 159 This was tested on openSUSE 11.1 163 160 {{{ … … 165 162 }}} 166 163 167 === Installing dependencies onFedora Linux ===164 === Fedora Linux === 168 165 This was tested on Fedora 13 169 166 {{{