File: README

package info (click to toggle)
libxml%2B%2B2.6 2.14.0-0.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,968 kB
  • ctags: 992
  • sloc: xml: 50,807; sh: 8,838; cpp: 4,184; makefile: 351; perl: 161
file content (19 lines) | stat: -rw-r--r-- 779 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
libxml++
-------------

This library provides a C++ interface to XML files.  It uses
libxml 2 to access the XML files, and in order to
configure libxml++ you must have both libxml and pkg-config installed.

To get the latest version of libxml++, see http://libxmlplusplus.sourceforge.net/
To contact the developers, send e-mail to the mailing list. We welcome patches, but
it helps to discuss them first.

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 libxml++-2.6 --cflags --libs
Ideally you would use PKG_CHECK_MODULES in your configure.ac file.
See http://www.murrayc.com for generic help with that.