[cairo-commit] INSTALL README

Peter Weilbacher pmw at kemper.freedesktop.org
Wed Dec 6 15:30:38 PST 2006


 INSTALL |    1 +
 README  |    9 ++++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
diff-tree 4b43a3a1c4d4f4659e604cea1d79e1b5e18ce107 (from 652f73f0907c0d4b4bee155a73acb4a6a0cf5f37)
Author: Peter Weilbacher <pmw at avila.aip.de>
Date:   Thu Dec 7 00:27:29 2006 +0100

    Add OS/2 backend and its requirement to INSTALL and README, following the example of BeOS.

diff --git a/INSTALL b/INSTALL
index 39f3aee..66004a4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -70,6 +70,7 @@ More detailed build instructions
     --enable-xcb
     --enable-glitz
     --enable-beos
+    --enable-os2
 
 	Some of cairo's backends are marked as experimental and will
 	not be built by default. If you would like to build and
diff --git a/README b/README
index cc7fa3b..b9887d6 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ Cairo is a 2D graphics library with supp
 devices. Currently supported output targets include the X Window
 System, win32, and image buffers, as well as PDF, PostScript, and SVG
 file output. Experimental backends include OpenGL (through glitz),
-Quartz, XCB, BeOS, and DirectFB.
+Quartz, XCB, BeOS, OS/2, and DirectFB.
 
 Cairo is designed to produce consistent output on all output media
 while taking advantage of display hardware acceleration when available
@@ -104,6 +104,13 @@ Surface backends:
 	No dependencies in itself other than an installed BeOS system, but cairo
 	requires a font backend. See the freetype dependency list.
 
+	os2 backend
+	-----------
+	Cairo should run on any recent version of OS/2 or eComStation, but it
+	requires a font backend. See the freetype dependency list. Ready to use
+	packages and developer dependencies are available at Netlabs:
+				ftp://ftp.netlabs.org/pub/cairo
+
 Font backends:
 
 	freetype font backend


More information about the cairo-commit mailing list