freeswitch/libs/iksemel
..
doc
include
src
test
tools
aclocal.m4
AUTHORS
ChangeLog
config.guess
config.sub
configure
configure.ac
COPYING
HACKING
iksemel.pc.in
INSTALL
install-sh
ltmain.sh
Makefile.am
Makefile.in
missing
mkinstalldirs
NEWS
README
TODO

                      iksemel 1.2

Copyright (c) 2000-2004 Gurer Ozen <madcat@e-kolay.net>


Introduction:
-------------

This is an XML parser library mainly designed for Jabber applications.
It provides SAX, DOM, and special Jabber stream APIs. Library is coded
in ANSI C except the network code (which is POSIX compatible), thus
highly portable. Iksemel is released under GNU Lesser General Public
License. A copy of the license is included in the COPYING file.


Requirements:
-------------

Libtool, Automake and Autoconf packages are required for compiling cvs
versions.


Compiling & Install:
--------------------

If you got the source from CVS, type

  ./autogen.sh

for creating configuration script and files.

Then type

  ./configure
  make

now library is compiled. You can test it with

  make check

and install it with

  (become root if necessary)
  make install