Changes between Version 12 and Version 13 of BuildingCairoOnWindows


Ignore:
Timestamp:
Jul 13, 2009 11:05:05 PM (15 years ago)
Author:
bfulgham@webkit.org
Comment:

Remove instruction to include GIFLIB, as this is no longer necessary.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v12 v13  
    88== Required Libraries ==
    99Just like the CoreGraphics Windows and Mac build, you must have the QuickTime SDK installed.  In addition, you will need to manually obtain the following libraries:
    10  * [http://gnuwin32.sourceforge.net/packages/giflib.htm GIFLIB] - GIF libraries (both the -bin and -lib packges).  These are statically linked, so you don't need to ship dlls.
    1110 * [http://ftp.de.debian.org/debian/pool/main/libj/libjpeg6b/libjpeg6b_6b.orig.tar.gz libJPEG] - JPEG libraries.  Since all existing win32 versions of this library seem to be missing important patches, I would recommend downloading the source [http://ftp.de.debian.org/debian/pool/main/libj/libjpeg6b/libjpeg6b_6b.orig.tar.gz source tarball], then apply the [http://ftp.de.debian.org/debian/pool/main/libj/libjpeg6b/libjpeg6b_6b-13.diff.gz debian patches].  You can then build it from the DOS shell using the included Makefile.vc.  I generally build the static library and link it directly to WebKit.
    1211 * [http://gnuwin32.sourceforge.net/packages/libpng.htm libPNG] - PNG libraries (both the -bin and -lib packages).