Changes between Initial Version and Version 1 of BuildingQtOnLinux


Ignore:
Timestamp:
Apr 8, 2007 4:32:19 AM (17 years ago)
Author:
sil-webkit@kryogenix.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingQtOnLinux

    v1 v1  
     1[[PageOutline]]
     2
     3= Building the Qt port on Linux =
     4
     5These instructions apply to Ubuntu Linux 6.10 (Edgy Eft).
     6
     7== Dependencies ==
     8
     9The code should be easily built on any Linux distribution which has development packages for Qt installed.
     10
     11The Qt port requires Qt version 4, and 4.2 is recommended. To install required dependencies on Ubuntu edgy, do
     12
     13{{{
     14sudo aptitude install libqt4-dev
     15}}}
     16
     17or install the libqt4-dev package from Synaptic.
     18
     19You'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.
     20
     21Finally, build WebKit and the Qt test browser with
     22
     23{{{
     24QTDIR=/usr/share/qt4/ WebKit/WebKitTools/Scripts/build-webkit
     25}}}
     26
     27
     28== Testing the port ==
     29
     30A very simple test browser is built at WebKit/WebKitBuild/Release/WebKitQt/QtLauncher/QtLauncher.
     31