mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
|
|
||
|---|---|---|
| .. | ||
| cairomm | ||
| 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 | ||
| mkinstalldirs | ||
| NEWS | ||
| README | ||
| SConscript | ||
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.