README 882 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. iksemel 1.3
  2. Copyright (c) 2000-2004 Gurer Ozen <madcat@e-kolay.net>
  3. Introduction:
  4. -------------
  5. This is an XML parser library mainly designed for Jabber applications.
  6. It provides SAX, DOM, and special Jabber stream APIs. Library is coded
  7. in ANSI C except the network code (which is POSIX compatible), thus
  8. highly portable. Iksemel is released under GNU Lesser General Public
  9. License. A copy of the license is included in the COPYING file.
  10. Requirements:
  11. -------------
  12. Libtool, Automake and Autoconf packages are required for compiling cvs
  13. versions.
  14. Compiling & Install:
  15. --------------------
  16. If you got the source from CVS, type
  17. ./autogen.sh
  18. for creating configuration script and files.
  19. Then type
  20. ./configure
  21. make
  22. now library is compiled. You can test it with
  23. make check
  24. and install it with
  25. (become root if necessary)
  26. make install