Changes between Version 1 and Version 2 of BuildingQtOnLinux


Ignore:
Timestamp:
Apr 13, 2007, 9:54:27 AM (18 years ago)
Author:
ed@uping.com
Comment:

Updating dependencies

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v1 v2  
    33= Building the Qt port on Linux =
    44
    5 These instructions apply to Ubuntu Linux 6.10 (Edgy Eft).
     5These instructions apply to Ubuntu Linux 6.10 (Edgy Eft).  T
    66
    77== Dependencies ==
     
    1616
    1717or install the libqt4-dev package from Synaptic.
     18
     19You might also need to install gperf, libxslt1-dev, and bison to resolve some dependencies.
     20{{{
     21sudo aptitude install gperf libxslt-dev bison
     22}}}
    1823
    1924You'll then need to [http://webkit.org/building/checkout.html check out the source code from Subversion]. The Qt port is part of the WebKit source tree, so you don't need anything extra.