summaryrefslogtreecommitdiff
path: root/README
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 /README
parent652f73f0907c0d4b4bee155a73acb4a6a0cf5f37 (diff)
Add OS/2 backend and its requirement to INSTALL and README, following the example of BeOS.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 8 insertions, 1 deletions
diff --git a/README b/README
index cc7fa3b3..b9887d6f 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