freeswitch/libs/iksemel
Michael Jerris 5312a255a2 update in tree generated files. THe whole tree now cleanly bootstraps.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4547 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-03-11 12:30:24 +00:00
..
build git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4542 d0543943-73ff-0310-b7d9-9358b9ac24b2 2007-03-11 11:33:06 +00:00
doc update generated files and fix bootstrap errors when no gnu-tls is installed with macros in the proper directories 2007-03-11 11:44:16 +00:00
include update generated files and fix bootstrap errors when no gnu-tls is installed with macros in the proper directories 2007-03-11 11:44:16 +00:00
src update generated files and fix bootstrap errors when no gnu-tls is installed with macros in the proper directories 2007-03-11 11:44:16 +00:00
test update generated files and fix bootstrap errors when no gnu-tls is installed with macros in the proper directories 2007-03-11 11:44:16 +00:00
tools update generated files and fix bootstrap errors when no gnu-tls is installed with macros in the proper directories 2007-03-11 11:44:16 +00:00
AUTHORS add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
COPYING add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
ChangeLog add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
HACKING add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
INSTALL add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
Makefile.am add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
Makefile.in update generated files and fix bootstrap errors when no gnu-tls is installed with macros in the proper directories 2007-03-11 11:44:16 +00:00
NEWS add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
README add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
TODO add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
aclocal.m4 update generated files and fix bootstrap errors when no gnu-tls is installed with macros in the proper directories 2007-03-11 11:44:16 +00:00
acsite.m4 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4542 d0543943-73ff-0310-b7d9-9358b9ac24b2 2007-03-11 11:33:06 +00:00
compile update in tree generated files. THe whole tree now cleanly bootstraps. 2007-03-11 12:30:24 +00:00
config.guess update generated files and fix bootstrap errors when no gnu-tls is installed with macros in the proper directories 2007-03-11 11:44:16 +00:00
config.sub update generated files and fix bootstrap errors when no gnu-tls is installed with macros in the proper directories 2007-03-11 11:44:16 +00:00
configure update generated files and fix bootstrap errors when no gnu-tls is installed with macros in the proper directories 2007-03-11 11:44:16 +00:00
configure.ac update generated files and fix bootstrap errors when no gnu-tls is installed with macros in the proper directories 2007-03-11 11:44:16 +00:00
depcomp update in tree generated files. THe whole tree now cleanly bootstraps. 2007-03-11 12:30:24 +00:00
iksemel.pc.in add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
install-sh add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
ltmain.sh update generated files and fix bootstrap errors when no gnu-tls is installed with macros in the proper directories 2007-03-11 11:44:16 +00:00
missing add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
mkinstalldirs add iksemel to in tree libs 2006-12-20 15:45:14 +00:00

README

                      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