readme

来自「linux平台或者windwos平台通用xml 解析器」· 代码 · 共 46 行

TXT
46
字号
                      iksemel 1.3Copyright (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 codedin ANSI C except the network code (which is POSIX compatible), thushighly portable. Iksemel is released under GNU Lesser General PublicLicense. A copy of the license is included in the COPYING file.Requirements:-------------Libtool, Automake and Autoconf packages are required for compiling cvsversions.Compiling & Install:--------------------If you got the source from CVS, type  ./autogen.shfor creating configuration script and files.Then type  ./configure  makenow library is compiled. You can test it with  make checkand install it with  (become root if necessary)  make install

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?