mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 08:48:00 +02:00
Add OS/2 backend and its requirement to INSTALL and README, following the example of BeOS.
This commit is contained in:
parent
652f73f090
commit
4b43a3a1c4
2 changed files with 9 additions and 1 deletions
1
INSTALL
1
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
|
||||
|
|
|
|||
9
README
9
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue