summaryrefslogtreecommitdiffstats
path: root/README
blob: 6ddbb4b6712dd5782f80c92332c987f6eb5d7851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47

                      iksemel 1.4

            http://code.google.com/p/iksemel

Copyright (c) 2000-2007 Gurer Ozen <meduketto at gmail.com>


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