Changes between Version 18 and Version 19 of BuildingCairoOnWindows


Ignore:
Timestamp:
Apr 12, 2011, 8:57:18 PM (14 years ago)
Author:
bfulgham@webkit.org
Comment:

No manual edits to Visual Studio needed!

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v18 v19  
    1515== Required Libraries ==
    1616Just like the CoreGraphics Windows and Mac build, you must have the QuickTime SDK installed.  In addition, you will need to obtain a set of build requirements that are analogous to the Apple port's WebKitAuxilliaryLibraries.zip.  If you have a source tree newer than [http://trac.webkit.org/changeset/83657 r83657] you will get these libraries installed automatically when you perform a {{{update-webkit --wincairo}}} or a {{{build-webkit --wincairo}}}.  These files are now part of the normal build path.
    17 
    18 Because of the Windows Cairo build places its header files in the {{{include/cairo}}} subfolder, you will need to update your Visual Studio default include paths to search in {{{$WEBKITLIBRARIESDIR/include/cairo}}} folder.
    1917
    2018== Building from within Visual Studio ==