• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

autom4te.cache/H06-Jun-2021-

build-aux/H06-Jun-2021-16,98712,702

m4/H03-May-2022-9,0578,186

src/H06-Jun-2021-3,8723,007

xmlcheck/H06-Jun-2021-1,4461,201

AUTHORSH A D13-May-201398 21

COPYINGH A D18-May-201334.3 KiB675553

Makefile.amH A D18-Nov-201547 32

Makefile.inH A D06-Jun-202123.8 KiB783687

NEWSH A D13-May-201330 21

READMEH A D14-May-20161.1 KiB5232

aclocal.m4H A D06-Jun-202137.7 KiB1,066977

ar-libH A D12-Feb-20145.7 KiB271210

autogen.shH A D14-May-201672 42

compileH A D12-Feb-20147.2 KiB348258

config.guessH A D14-May-201642.8 KiB1,4581,265

config.h.inH A D06-Jun-20212.1 KiB8255

config.subH A D12-Feb-201434.7 KiB1,7891,651

configureH A D06-Jun-2021572.9 KiB18,82315,809

configure.acH A D06-Jun-20211.6 KiB7555

depcompH A D12-Feb-201423 KiB792502

install-shH A D12-Feb-201413.7 KiB528351

ltmain.shH A D12-Feb-2014276.9 KiB9,6577,304

missingH A D12-Feb-20146.7 KiB216143

README

1
2
3	lfcxml - Lemke Foundation classes XML extension
4	-----------------------------------------------
5	C++ XML library
6
7	(C)opyright 2000-2016 Bjoern Lemke
8
9	This software comes under the GNU general public license
10
11
12Requirements
13------------
14To build the XML library, you need the latest lfcbase library packages available as opensource from www.lemke-it.com:
15
16Supported platforms
17-------------------
18XML library has been successfully tested on
19
20    Mac OS X
21    Solaris
22    FreeBSD
23    HP-UX
24
25Installation
26------------
27Run the configure script with the following options
28
29    ./configure
30
31If required, you can set up the include and library path for the lfcbase package
32with the options --with-lfc-include-path and --with-lfc-lib-path.
33
34Run make
35
36    ./make
37
38This builds the XML library as a liblfcxml.a.
39To perform a basic check on the build run the following command
40
41   ./make check
42
43If the check was passed successful, you can install the library with the required header files
44with the install command
45
46    ./make install
47
48Documentation
49-------------
50Since this is a utility library, no explicit user documentation is provided with this package.
51
52