freeswitch/libs/iksemel
2007-09-10 20:19:32 +00:00
..
build removing most of the generated files from tree. You will need to run bootstrap.sh and configure again after you do this update and have autoconf, automake, and libtool installed on the box. 2007-03-19 19:26:25 +00:00
doc remove more generated files 2007-03-20 06:51:36 +00:00
include update 2007-04-18 16:10:46 +00:00
src UTF-8 decoding bug caused restart of jabber connection on perfectly legal UTF-8 encoded status messages. Thanks to Neil Stratford for hunting down the fix for this bug. 2007-09-10 20:19:32 +00:00
test remove more generated files 2007-03-20 06:51:36 +00:00
tools remove more generated files 2007-03-20 06:51:36 +00:00
.update add .update files to the libs that we can use to force rebuilds of libs 2007-03-16 21:22:04 +00:00
acsite.m4
AUTHORS
ChangeLog
configure.ac correct which files are autogenerated by autoheader and which are not 2007-03-20 22:50:57 +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
COPYING
HACKING
iksemel.pc.in
INSTALL
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
Makefile.am
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