[Webkit-unassigned] [Bug 37945] CMake buildsystem

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 23 01:44:24 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37945


Patrick R. Gansterer <paroga at paroga.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #53982|0                           |1
        is obsolete|                            |




--- Comment #1 from Patrick R. Gansterer <paroga at paroga.com>  2010-04-23 01:44:24 PST ---
Created an attachment (id=54140)
 --> (https://bugs.webkit.org/attachment.cgi?id=54140)
The patch 0.2

This new version of the patch should work now on linux with Gtk or Qt too.

If you want to try it on windows:
* install CMake
* check for the requirements in the WebKitLibraries/win folder
* apply the patch to your WebKit directory
* create an empty directory for the build (WebKitBuild)
* run "cmake -G "Visual Studio 8 2005" <PATH_TO_WEBKIT_SOURCEDIR"
* CMake will chek your platform
* If nothing went wrong you should have a WebKit.sln
* Open the solution file and try it!

If you use cmake 2.6 you might have some missing CMake modules (FindBISO,
FindFLEX, ...). You can download them from
http://cmake.org/gitweb?p=cmake.git;a=tree;f=Modules into the cmake directory
to get it running.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list