From 579e53718d29e77486e076d2b3461d986911f050 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Fri, 2 Dec 2005 13:34:41 +0000 Subject: Initial revision --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..708d5b3 --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +libxml++ +------------- + +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. -- cgit v1.2.3