C++ library for parsing Streamed XML.
Go to file
Laurence Withers 4976710df9 Import build system. 2006-07-31 16:58:13 +01:00
scripts Import build system. 2006-07-31 16:58:13 +01: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 Import build system. 2006-07-31 16:58:13 +01: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 Import build system. 2006-07-31 16:58:13 +01:00
run-test.sh Import build system. 2006-07-31 16:58:13 +01:00
version Import build system. 2006-07-31 16:58:13 +01:00

README

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)

@TODO@