Changes between Version 1 and Version 2 of BuildingCairoOnWindows


Ignore:
Timestamp:
Feb 10, 2008 4:45:50 PM (16 years ago)
Author:
bfulgham@macports.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v1 v2  
    77
    88== Required Libraries ==
    9 At the moment, you will need to manually obtain the following librareis:
    10  * [http://gnuwin32.sourceforge.net/packages/giflib.htm GIFLIB] - GIF libraris (both the -bin and -lib packges).
     9At the moment, 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).
    1111 * [http://gnuwin32.sourceforge.net/packages/jpeg.htm libJPEG] - JPEG libraries (both the -bin and -lib packages).
    1212 * [http://gnuwin32.sourceforge.net/packages/libpng.htm libPNG] - PNG libraries (both the -bin and -lib packages).
    1313 * [http://www.cairographics.org Cairo]
     14
     15Once you have them, unpack them someplace (such as C:\graphics_formats) and add the underlying {{{include}}} and {{{lib}}} directories to the Visual Studio Directory list.
    1416
    1517== Building from within Visual Studio ==