13
0
livetrax/libs/cairomm
David Robillard 4d94305cc9 Fix install path problems (s/ardour2/ardour3).
Fix finding of keybindings file when running from source tree (via ardev/ardbg).
Fix clashing keybindings for zoom stuff.
Add note tool keybinding and menu entry.


git-svn-id: svn://localhost/ardour2/branches/3.0@3099 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-02-21 19:30:01 +00:00
..
cairomm
m4
MSVC
tests
aclocal.m4
AUTHORS
cairomm-1.0.pc.in
ChangeLog
config.guess
config.sub
configure
configure.in
COPYING
depcomp
INSTALL
install-sh
ltmain.sh
MAINTAINERS
Makefile.am
Makefile.in
missing
NEWS
README
SConscript Fix install path problems (s/ardour2/ardour3). 2008-02-21 19:30:01 +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.