[cairo-commit] cairo ChangeLog,1.996,1.997 README,1.15,1.16

Carl Worth commit at pdx.freedesktop.org
Wed Aug 24 05:36:08 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv11817

Modified Files:
	ChangeLog README 
Log Message:

2005-08-24  Carl Worth  <cworth at cworth.org>

        * README: Add more detailed notes on what is required to compile
        cairo on Mac OS X or win32.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.996
retrieving revision 1.997
diff -u -d -r1.996 -r1.997
--- ChangeLog	24 Aug 2005 12:28:28 -0000	1.996
+++ ChangeLog	24 Aug 2005 12:36:05 -0000	1.997
@@ -1,5 +1,10 @@
 2005-08-24  Carl Worth  <cworth at cworth.org>
 
+	* README: Add more detailed notes on what is required to compile
+	cairo on Mac OS X or win32.
+
+2005-08-24  Carl Worth  <cworth at cworth.org>
+
 	* Makefile.am:
 	* RELEASING: Change upload directory from snapshots to releases
 	now thatwe're doing stable releases of cairo.

Index: README
===================================================================
RCS file: /cvs/cairo/cairo/README,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- README	24 Aug 2005 12:21:50 -0000	1.15
+++ README	24 Aug 2005 12:36:05 -0000	1.16
@@ -83,9 +83,11 @@
 
 	quartz backend
 	--------------
+	[*]
 
 	win32 backend
 	-------------
+	[*]
 
 	xcb backend
 	-----------
@@ -104,9 +106,30 @@
 
 	win32 font backend
 	------------------
+	[*]
 
 	atsui font backend
 	------------------
+	[*]
+
+	[*] I don't know specifically what packages might need to be
+	    installed on a Mac OS X system to use the Quartz and ATSUI
+	    backends. As far as win32, the situation is rather complex:
+
+	    The Win32 backend should work on Windows 2000 and newer
+	    (excluding Windows Me.) Most testing has been done on
+	    Windows XP. While some portions of the code have been
+	    adapted to work on older versions of Windows, considerable
+	    work still needs to done to get cairo running in these
+	    environments.
+
+	    Cairo can be compiled on Windows either with the GCC
+	    toolchain (see http://www.mingw.org) or with Microsoft
+	    Visual C++. Makefiles or project files for compiling with
+	    MSVC are however not provided as of this release. We have
+	    received reports that MSVC 6.0 compiles parts of cairo
+	    incorrectly, (leading to incorrect color). MSVC 7.0 is
+	    known to work.
 
 Compiling
 =========



More information about the cairo-commit mailing list