Changes between Version 5 and Version 6 of BuildingGdk


Ignore:
Timestamp:
May 29, 2007 6:17:34 PM (17 years ago)
Author:
alp@atoker.com
Comment:

Update to describe the gdk port qmake4 build

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGdk

    v5 v6  
    2020 * bakefile -- has to be specifically this version: http://kevino.theolliviers.com/bakefile-0.2.0-msvs2005.tar.gz
    2121
    22 == Using the Bakefile build system ==
     22== Using Qmake4 ==
     23
     24The Gdk port has made a compromise on its build system by incurring a dependency on qmake 4, the Qt toolkit build system. This is only a build-time dependency -- the compiled executables will of course continue to have no requirement of Qt. The decision was made to share resources with the Qt porting team and has been largely successful -- the Gdk port is more likely now than ever to be in a building state straight out of SVN while the port developers have more free time to write code instead of maintaining the build system.
     25
     26To start the build, ensure that you have qmake4 installed and run:
     27
     28WebKit/WebKitTools/Scripts$ ./build-webkit --gdk
     29
     30This will build both the library and the GdkLauncher demo in WebKit/WebKitBuild
     31
     32== OBSOLETE: Using the Bakefile build system ==
     33
     34Bakefile is no longer used to build the Gdk port. These instructions are obsolete and will be removed.
    2335
    2436[http://trac.webkit.org/projects/webkit/browser/trunk/Bakefiles/Readme.txt Bakefiles/Readme.txt] describes the first step, which involves generating GNU Makefiles from a description of the sources and dependencies. It is important to use the version of Bakefile linked to in that file as versions of Bakefile with the same version number provided in Linux distributions today do not have the necessary patches to build WebKit.