Changes between Version 18 and Version 19 of BuildingCairoOnWindows
- Timestamp:
- Apr 12, 2011, 8:57:18 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingCairoOnWindows
v18 v19 15 15 == Required Libraries == 16 16 Just 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.19 17 20 18 == Building from within Visual Studio ==