Changes between Version 8 and Version 9 of BuildingCairoOnWindows
- Timestamp:
- Feb 25, 2008, 4:52:59 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingCairoOnWindows
v8 v9 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 10 * [http://gnuwin32.sourceforge.net/packages/giflib.htm GIFLIB] - GIF libraries (both the -bin and -lib packges). 11 * [http:// gnuwin32.sourceforge.net/packages/jpeg.htm libJPEG] - JPEG libraries (both the -bin and -lib packages). Note that this library seems buggy. I suggest building from sources as there are several ways JPEGs can cause this library to crash.11 * [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 12 * [http://gnuwin32.sourceforge.net/packages/libpng.htm libPNG] - PNG libraries (both the -bin and -lib packages). 13 13 * [http://www.gtk.org/download-windows.html Cairo] - Cairo libraries (both the -bin and -dev packages).