[Webkit-unassigned] [Bug 53445] Apple's Windows port should build with Visual Studio 2010

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 16 16:39:36 PST 2011


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





--- Comment #6 from Patrick R. Gansterer <paroga at paroga.com>  2011-11-16 16:39:36 PST ---
Created an attachment (id=115481)
 --> (https://bugs.webkit.org/attachment.cgi?id=115481&action=review)
WIP: Basic CMake based build system for Windows

Please let me know if this bug isn't ok for this.

After a long time, I now finally have a working state of the CMake build system to build the Aplle Windows port.
It's not perfect and only builds WebKit1 with WinLauncher, but should show the direction.
Maybe someone can give me some early feedback on this.

To build with with CMake:
1) clean checkout
2) populate the WebKitLibraries/win directory as usual (CMake expects the libraries there)
3) create an empty directory (anywhere) and open a cmd there
4) run: cmake path\to\WebKit\Source -DPORT=WinApple -G "Visual Studio 8 2005"
4b) if cmake reports some errors: run cmake again with: cmake .
5) open the solution an build it

-- 
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