C++ library for parsing Streamed XML.
Go to file
Laurence Withers 0a86b2d57f Release 1.2.8 (split out libCStreamedXML) 2006-11-23 00:17:46 +00:00
scripts Upgrade to new build system. 2006-08-25 10:42:32 +01:00
src Release 1.2.8 (split out libCStreamedXML) 2006-11-23 00:17:46 +00:00
.gitignore Import build system. 2006-07-31 16:58:13 +01:00
COPYING Import build system. 2006-07-31 16:58:13 +01:00
README Release 1.2.8 (split out libCStreamedXML) 2006-11-23 00:17:46 +00:00
libStreamedXML.kdevelop Import build system. 2006-07-31 16:58:13 +01:00
libStreamedXML.kdevelop.filelist Import build system. 2006-07-31 16:58:13 +01:00
make.sh Upgrade to new build system. 2006-08-25 10:42:32 +01:00
run-test.sh Import build system. 2006-07-31 16:58:13 +01:00
version Release 1.2.8 (split out libCStreamedXML) 2006-11-23 00:17:46 +00:00

README

libStreamedXML        http://www.lwithers.me.uk/projects/libStreamedXML/
========================================================================
(c)2006, Laurence Withers, <l@lwithers.me.uk>.
Released under the GNU GPLv2. See file COPYING or 
http://www.gnu.org/copyleft/gpl.html for details.

Really Quick Instructions
-------------------------

To build: ./make.sh
To install: ./make.sh install
    (you might want to set PREFIX, by default it's /usr/local)

Dependencies
------------

libutf8++
  http://www.lwithers.me.uk/projects/libutf8++/