freeswitch/libs/iksemel
Michael Jerris 12847582a7 don't build docs that require new build dep texinfo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13713 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-09 01:41:05 +00:00
..
build remove generated files from tree, this will require re-bootstrap on updated source 2009-06-08 17:12:13 +00:00
doc don't build docs that require new build dep texinfo 2009-06-09 01:41:05 +00:00
include merge in new iksemel patches 2009-02-04 23:59:19 +00:00
src grr 2009-04-23 14:47:07 +00:00
test merge in new iksemel patches 2009-02-04 23:59:19 +00:00
tools remove more generated files 2007-03-20 06:51:36 +00:00
.update merge in new iksemel patches 2009-02-04 23:59:19 +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 merge in new iksemel patches 2009-02-04 23:59:19 +00:00
HACKING add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
INSTALL add iks-reconf target 2009-02-05 00:05:55 +00:00
Makefile.am add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
NEWS merge in new iksemel patches 2009-02-04 23:59:19 +00:00
README merge in new iksemel patches 2009-02-04 23:59:19 +00:00
TODO add iksemel to in tree libs 2006-12-20 15:45:14 +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
configure.ac revert 2009-02-05 00:16:40 +00:00
configure.gnu do a better job with dependency tracking so the the mods don't keep trying to build or install when they don't need to. This should start to help with the speed of the build. 2007-03-15 04:32:09 +00:00
iksemel.pc.in add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
ltmain.sh add iks-reconf target 2009-02-05 00:05:55 +00:00

README

                      iksemel 1.3

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