Blame README

Packit Service e3b512
cairomm
Packit Service e3b512
-------------
Packit Service e3b512
Packit Service e3b512
This library provides a C++ interface to cairo.
Packit Service e3b512
Packit Service e3b512
Read the file 'INSTALL' for instructions to compile and install the library.
Packit Service e3b512
Packit Service e3b512
See the examples directory for example code.
Packit Service e3b512
Packit Service e3b512
Use pkg-config to discover the necessary include and linker arguments. For instance,
Packit Service e3b512
  pkg-config cairomm-1.0 --cflags --libs
Packit Service e3b512
Ideally you would use PKG_CHECK_MODULES in your configure.ac file.
Packit Service e3b512
See http://www.openismus.com for generic help with that.