13
0
livetrax/libs/cairomm
Taybin Rutkin 2156684ec2 Added cairomm-1.2.4.
git-svn-id: svn://localhost/ardour2/branches/2.1-staging@1417 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-03 04:18:37 +00:00
..
cairomm Added cairomm-1.2.4. 2007-02-03 04:18:37 +00:00
AUTHORS Added cairomm-1.2.4. 2007-02-03 04:18:37 +00:00
cairomm-1.0.pc.in Added cairomm-1.2.4. 2007-02-03 04:18:37 +00:00
ChangeLog Added cairomm-1.2.4. 2007-02-03 04:18:37 +00:00
COPYING Added cairomm-1.2.4. 2007-02-03 04:18:37 +00:00
MAINTAINERS Added cairomm-1.2.4. 2007-02-03 04:18:37 +00:00
NEWS Added cairomm-1.2.4. 2007-02-03 04:18:37 +00:00
README Added cairomm-1.2.4. 2007-02-03 04:18:37 +00:00
SConscript Added cairomm-1.2.4. 2007-02-03 04:18:37 +00:00

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.