Changes between Version 44 and Version 45 of BuildingQtOnLinux


Ignore:
Timestamp:
Oct 25, 2010 6:54:42 AM (13 years ago)
Author:
Ademar Reis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v44 v45  
    77== Dependencies ==
    88
    9 The code should be easily built on any Linux distribution which has development packages for Qt installed.
     9The code should be easily built on any Linux distribution which has development packages for Qt installed. Below is the list of dependencies:
    1010
    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)
    1219
    13 The Qt port requires gperf.
     20See also: [#DependenciesforspecificLinuxdistributions how to install dependency packages on major linux distributions].
    1421
    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 ==
    2623First 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.
    2724
     
    144141== Dependencies for specific Linux distributions ==
    145142
    146 === Installing dependencies on Debian/Ubuntu ===
     143=== Debian/Ubuntu Linux ===
    147144To install required dependencies on Debian/Ubuntu, do
    148145
     
    151148}}}
    152149
    153 === Installing dependencies on Ark Linux ===
     150=== Ark Linux ===
    154151On Ark Linux, install the required dependencies using
    155152{{{
     
    159156Alternatively, install the needed packages (see list above) through Mission Control -> Install Software.
    160157
    161 === Installing dependencies on OpenSUSE Linux ===
     158=== OpenSUSE Linux ===
    162159This was tested on openSUSE 11.1
    163160{{{
     
    165162}}}
    166163
    167 === Installing dependencies on Fedora Linux ===
     164=== Fedora Linux ===
    168165This was tested on Fedora 13
    169166{{{