Changes between Version 7 and Version 8 of BuildingQtOnLinux


Ignore:
Timestamp:
Jun 4, 2007 5:15:33 AM (17 years ago)
Author:
bero@arklinux.org
Comment:

Add qmake build dependency and note about having qmake in the PATH

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v7 v8  
    2828On Ark Linux, install the required dependencies using
    2929{{{
    30 apt-get install devel-core qt4-devel gperf libxslt-devel bison sqlite-devel
     30apt-get install devel-core qt4-devel qmake gperf libxslt-devel bison sqlite-devel
    3131}}}
    3232
     
    3636You'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.
    3737
    38 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 build WebKit and the Qt test browser with
     38Finally, 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`).
     39
     40Build WebKit and the Qt test browser with
    3941
    4042{{{