Changes between Version 4 and Version 5 of BuildingOnLinux


Ignore:
Timestamp:
Jul 31, 2007 10:39:47 PM (17 years ago)
Author:
vprajan@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnLinux

    v4 v5  
    11== Introduction ==
    22
    3 In Linux, you can build either Gdk port or Qt port. Gdk, QT port means the GUI browser is implemented using those libraries. So, These ports need external dependent libraries pre-installed on the system to get build. NOTE: Gdk and QT port share the external dependencies.
     3In Linux, you can build either Gdk port or Qt port. Gdk, QT port means the GUI browser is implemented using those libraries. So, These ports need external dependent libraries pre-installed on the system to get it build.
    44
    5 == Dependencies ==
     5== Building on Linux ==
    66
    7 Check [BuildingGdk http://trac.webkit.org/projects/webkit/wiki/BuildingGdk] and [BuildingQT http://trac.webkit.org/projects/webkit/wiki/QtWebKit] to get a more detailed compilation steps.
     7 * [wiki:"BuildingGdk" Building on Gdk]
     8 * [wiki:"QtWebKit" Building on Qt]
     9
     10If you find the above links confusing use easy steps given below.
    811
    912== Easy steps ==