8000 GitHub - wolfeyuanwei/iksemel: Automatically exported from code.google.com/p/iksemel
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wolfeyuanwei/iksemel

 
 

Folders and files

NameName
Last commit message
Last co 8000 mmit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                      iksemel 1.5

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

Copyright (c) 2000-2011 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.

TLS support requires OpenSSL (>0.9.8) or GNUTLS (>2.0.0) library.

Python bindings requires Python (>2.2).


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

About

Automatically exported from code.google.com/p/iksemel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.9%
  • Python 3.2%
  • Shell 0.9%
0