summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorunknown <unknown@unknown>2009-10-23 04:29:39 +0000
committerunknown <unknown@unknown>2009-10-23 04:29:39 +0000
commitddf5c42f67757000d6ec7686b92a667c2a252dca (patch)
treee070b352fab4b285b7a4ea547d0cbfff9b7fb4d1 /README
downloadiksemel-ddf5c42f67757000d6ec7686b92a667c2a252dca.tar.gz
iksemel-ddf5c42f67757000d6ec7686b92a667c2a252dca.tar.xz
iksemel-ddf5c42f67757000d6ec7686b92a667c2a252dca.zip
Imported from iksemel-1.3.tar.gz.
Diffstat (limited to 'README')
-rw-r--r--README45
1 files changed, 45 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..306c559
--- /dev/null
+++ b/README
@@ -0,0 +1,45 @@
+
+ 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