Paul Davis
449aab3c46
git-svn-id: svn://localhost/ardour2/branches/3.0@3435 d708f5d6-7413-0410-9779-e7cbd77b26cf
14 lines
446 B
Plaintext
14 lines
446 B
Plaintext
cairomm
|
|
-------------
|
|
|
|
This library provides a C++ interface to cairo.
|
|
|
|
Read the file 'INSTALL' for instructions to compile and install the library.
|
|
|
|
See the examples directory for example code.
|
|
|
|
Use pkg-config to discover the necessary include and linker arguments. For instance,
|
|
pkg-config cairomm-1.0 --cflags --libs
|
|
Ideally you would use PKG_CHECK_MODULES in your configure.ac file.
|
|
See http://www.openismus.com for generic help with that.
|