Changes between Version 12 and Version 13 of BuildingCairoOnWindows
- Timestamp:
- Jul 13, 2009, 11:05:05 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingCairoOnWindows
v12 v13 8 8 == Required Libraries == 9 9 Just 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.11 10 * [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. 12 11 * [http://gnuwin32.sourceforge.net/packages/libpng.htm libPNG] - PNG libraries (both the -bin and -lib packages).