Fix angle bracket project-local include paths.
[ardour2.git] / libs / cairomm / README
blob6605a4e338b77bd2d71c7491dda835d04c4ac3f6
1 cairomm
2 -------------
4 This library provides a C++ interface to cairo.
6 Read the file 'INSTALL' for instructions to compile and install the library.
8 See the examples directory for example code.
10 Use pkg-config to discover the necessary include and linker arguments. For instance,
11   pkg-config cairomm-1.0 --cflags --libs
12 Ideally you would use PKG_CHECK_MODULES in your configure.ac file.
13 See http://www.openismus.com for generic help with that.