summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weilbacher <pmw@avila.aip.de>2006-12-07 00:27:29 +0100
committerPeter Weilbacher <pmw@avila.aip.de>2006-12-07 00:27:29 +0100
commit4b43a3a1c4d4f4659e604cea1d79e1b5e18ce107 (patch)
tree43109857d0558ceb3861d65f4e472a26491d02ae
parent652f73f0907c0d4b4bee155a73acb4a6a0cf5f37 (diff)
downloadcairo-4b43a3a1c4d4f4659e604cea1d79e1b5e18ce107.tar.gz
Add OS/2 backend and its requirement to INSTALL and README, following the example of BeOS.
-rw-r--r--INSTALL1
-rw-r--r--README9
2 files changed, 9 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 39f3aeeb2..66004a4bb 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 cc7fa3b3f..b9887d6f0 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ Cairo is a 2D graphics library with support for multiple output
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