%general-entities; ]> $LastChangedBy$ $Date$ cairo-&cairo-version; cairo Introduction to cairo cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System, win32, image buffers, PostScript, PDF and SVG. Experimental backends include OpenGL (through glitz), Quartz and XCB file output. cairo is designed to produce consistent output on all output media while taking advantage of display hardware acceleration when available (e.g., through the X Render Extension). The cairo API provides operations similar to the drawing operators of PostScript and PDF. Operations in cairo include stroking and filling cubic Bézier splines, transforming and compositing translucent images, and antialiased text rendering. All drawing operations can be transformed by any affine transformation (scale, rotation, shear, etc.). &lfs65_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &cairo-md5sum; Download size: &cairo-size; Estimated disk space required: &cairo-buildsize; Estimated build time: &cairo-time; cairo Dependencies Required , , and Recommended Optional glitz, DirectFB, , , libspectre, and Valgrind Optional (to provide extended test suite coverage) (for testing the PDF backend), (for testing the PDF backend), and (for testing the SVG backend) Note that the GTK, Poppler and librsvg packages are circular in that using them for test suite coverage requires installing cairo first, then installing the desired package(s), then installing cairo again. User Notes: Installation of cairo Install cairo by running the following commands: ./configure --prefix=/usr && make To test the results, issue: make check. Note that as many as 29 of the tests are known to fail for unknown reasons. If you do not have a gs binary in your path, many of the 205 tests will fail. Also, to enhance test coverage, the tests should be run with an available X Window screen (e.g. from a local xterm or equivalent window). Now, as the root user: make install Command Explanations : Enable the xcb back end. : Prevent static libraries being built and installed. Contents Installed Programs Installed Library Installed Directories None libcairo.{so,a} /usr/include/cairo and /usr/share/gtk-doc/html/cairo Short Descriptions libcairo.{so,a} contains the 2D graphics functions required for rendering to the various output targets. libcairo.{so,a}