Source restructure. yaz-marcdump part of installation
[yaz-moved-to-github.git] / README
1 YAZ toolkit - $Id: README,v 1.44 2003-10-27 12:21:21 adam Exp $
2
3 Copyright (C) 1995-2003, Index Data ApS.
4 See the file LICENSE for details.
5
6 The primary output of the source here is the YAZ library, which
7 contains support functions for implementing the server or client
8 role of Z39.50 and SRW.
9
10 Windows programmers: refer to the file windows.txt which describes how
11 to build the software using Microsoft Visual C++.
12
13 On Unix, GNU configure is used to configure YAZ and generate Makefiles.
14 Type "./configure", then "make" to build YAZ.
15
16 Note: If you are using the CVS snapshot of YAZ you must have autoconf,
17 automake and libtool installed. Before running configure, create
18 support files by running buildconf.sh in the top-level directory of YAZ.  
19
20 In any case refer to the documentation in sub directory doc or read
21 it online at http://www.indexdata.dk/yaz/
22
23 File organisation:
24
25 doc      Documentation.
26
27 src      Source for the YAZ library.
28
29 util     Utility programs, ASN.1 compiler, MARC dump utility, and others.
30
31 client   A demonstration client for testing the protocol. It's bug'n
32          ugly. But, it supports many features.
33
34 ztest    A demonstration server that implements a backend.
35
36 etc      Various configuration files.
37
38 include/yaz The various header files.
39
40 To get more information or assistance, send mail to yaz-help@indexdata.dk.
41 Even better, sign on to the YAZ mailing list here:
42 http://www.indexdata.dk/mailman/listinfo/yazlist
43