Changes between Version 18 and Version 19 of BuildingQtOnLinux


Ignore:
Timestamp:
Nov 21, 2007 8:13:44 AM (16 years ago)
Author:
treat@kde.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v18 v19  
    33= Building the Qt port on Linux =
    44
    5 These instructions apply to Linux in general with source packages, Ubuntu Linux 6.10 (Edgy Eft) and Ark Linux.
     5These instructions apply to Linux in general with source packages.
    66
    77== Dependencies ==
     
    2222
    2323== Build WebKit ==
    24 You'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.
     24You'll 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.
    2525
    26 Finally, set the QTDIR environment variable to Qt 4.x's installation path (`/usr/lib/qt4` on Ark Linux, `/usr/share/qt4` on *Ubuntu), and make sure Qt 4.x's qmake is the first qmake in your PATH (typically by running `export PATH=$QTDIR/bin:$PATH`). If your qmake binary has a different name, e.g. when using Debian, use the --qmake= option to specify the name.
     26Finally, set the QTDIR environment variable to Qt 4.x's installation path and make sure Qt 4.x's qmake is the first qmake in your PATH (typically by running `export PATH=$QTDIR/bin:$PATH`). If your qmake binary has a different name, e.g. when using Debian, use the --qmake= option to specify the name.
    2727
    2828Build WebKit and the Qt test browser with
     
    3232}}}
    3333
    34 or
     34== Testing the port ==
     35
     36A very simple test browser is built along with the port and can be executed with
    3537
    3638{{{
    37 WebKit/WebKitTools/Scripts/build-webkit --qt --qmake=qmake-qt4
     39WebKit/WebKitTools/Scripts/run-launcher --qt
    3840}}}
    39 
    40 
    41 == Testing the port ==
    42 
    43 A very simple test browser is built at WebKit/WebKitBuild/Release/WebKitQt/QtLauncher/QtLauncher.
    4441
    4542== Common Build Errors ==