Blame README

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