13
0
livetrax/libs/cairomm
David Robillard 35fc31a1de Remove ancient/unused flowcanvas and libglademm from repository.
Update libraries to latest stable released version (except gnomecanvasmm, which is strangely packaged...).
Fixes building (at least here).


git-svn-id: svn://localhost/ardour2/trunk@2790 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-18 06:05:55 +00:00
..
cairomm Remove ancient/unused flowcanvas and libglademm from repository. 2007-12-18 06:05:55 +00:00
m4 Remove ancient/unused flowcanvas and libglademm from repository. 2007-12-18 06:05:55 +00:00
MSVC Remove ancient/unused flowcanvas and libglademm from repository. 2007-12-18 06:05:55 +00:00
tests Remove ancient/unused flowcanvas and libglademm from repository. 2007-12-18 06:05:55 +00:00
aclocal.m4 Remove ancient/unused flowcanvas and libglademm from repository. 2007-12-18 06:05:55 +00:00
AUTHORS Add missing cairomm lib from previous commit. 2007-11-13 00:43:53 +00:00
cairomm-1.0.pc.in Add missing cairomm lib from previous commit. 2007-11-13 00:43:53 +00:00
ChangeLog Remove ancient/unused flowcanvas and libglademm from repository. 2007-12-18 06:05:55 +00:00
config.guess Remove ancient/unused flowcanvas and libglademm from repository. 2007-12-18 06:05:55 +00:00
config.sub Remove ancient/unused flowcanvas and libglademm from repository. 2007-12-18 06:05:55 +00:00
configure Remove ancient/unused flowcanvas and libglademm from repository. 2007-12-18 06:05:55 +00:00
configure.in Remove ancient/unused flowcanvas and libglademm from repository. 2007-12-18 06:05:55 +00:00
COPYING Add missing cairomm lib from previous commit. 2007-11-13 00:43:53 +00:00
depcomp Remove ancient/unused flowcanvas and libglademm from repository. 2007-12-18 06:05:55 +00:00
INSTALL Add missing cairomm lib from previous commit. 2007-11-13 00:43:53 +00:00
install-sh Remove ancient/unused flowcanvas and libglademm from repository. 2007-12-18 06:05:55 +00:00
ltmain.sh Remove ancient/unused flowcanvas and libglademm from repository. 2007-12-18 06:05:55 +00:00
MAINTAINERS Add missing cairomm lib from previous commit. 2007-11-13 00:43:53 +00:00
Makefile.am Remove ancient/unused flowcanvas and libglademm from repository. 2007-12-18 06:05:55 +00:00
Makefile.in Remove ancient/unused flowcanvas and libglademm from repository. 2007-12-18 06:05:55 +00:00
missing Remove ancient/unused flowcanvas and libglademm from repository. 2007-12-18 06:05:55 +00:00
NEWS Remove ancient/unused flowcanvas and libglademm from repository. 2007-12-18 06:05:55 +00:00
README Add missing cairomm lib from previous commit. 2007-11-13 00:43:53 +00:00
SConscript Add missing cairomm lib from previous commit. 2007-11-13 00:43:53 +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.