

	lfcxml - Lemke Foundation classes XML extension	
	-----------------------------------------------
	C++ XML library

	(C)opyright 2000-2016 Bjoern Lemke

	This software comes under the GNU general public license


Requirements
------------
To build the XML library, you need the latest lfcbase library packages available as opensource from www.lemke-it.com:
   
Supported platforms
-------------------
XML library has been successfully tested on

    Mac OS X
    Solaris
    FreeBSD
    HP-UX

Installation
------------
Run the configure script with the following options

    ./configure 

If required, you can set up the include and library path for the lfcbase package
with the options --with-lfc-include-path and --with-lfc-lib-path.

Run make

    ./make

This builds the XML library as a liblfcxml.a.
To perform a basic check on the build run the following command

   ./make check

If the check was passed successful, you can install the library with the required header files 
with the install command

    ./make install

Documentation
-------------
Since this is a utility library, no explicit user documentation is provided with this package.

