Changes between Version 20 and Version 21 of BuildingGdk
- Timestamp:
- Aug 6, 2007, 9:23:14 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingGdk
v20 v21 11 11 Developers interested in using or contributing to the Gdk port should be willing to get their hands dirty at this stage. Patches are welcomed on the bug tracker and help is readily available on the IRC channel and mailing list for developers who want to learn the ropes. 12 12 13 It is worth noting that this project is being developed directly in WebKit SVN and is entirely unrelated to the classic [http://gtk-webcore.sourceforge.net/ Gtk+ WebCore]. 14 13 15 == Dependencies == 14 16 … … 16 18 17 19 * libicu-dev 18 * gperf19 20 * libxslt-dev 20 21 * libcurl-dev … … 22 23 * libjpeg62-dev 23 24 * libpng12-dev 25 * gperf 26 * bison 27 * flex version 2.5.33 or later 28 29 If you forgot to install one of the build dependencies, your build tree might be in a bad state and might fail to compile even after you've installed the missing dependency. In this case, you should ensure your SVN checkout is entirely clean with eg. make -C WebKitBuild/Release/WebCore clean 24 30 25 31 == Using Qmake4 == … … 57 63 * cairo graphics backend: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/graphics/cairo WebCore/platform/graphics/cairo] 58 64 59 * cairo graphics SVG backend (coming soon): [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/graphics/svg/cairo WebCore/platform/graphics/svg/cairo]65 * cairo graphics SVG backend: [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/graphics/svg/cairo WebCore/platform/graphics/svg/cairo] 60 66 61 67 == Current tasks (July '07) ==