diff options
author | Murray Cumming <murrayc@murrayc.com> | 2005-12-02 13:34:41 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2005-12-02 13:34:41 +0000 |
commit | 579e53718d29e77486e076d2b3461d986911f050 (patch) | |
tree | c83c74226f7ca767e44b74322132a6941a551db1 /README |
Initial revision
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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. |