1 YAZ toolkit - $Id: README,v 1.44 2003-10-27 12:21:21 adam Exp $
3 Copyright (C) 1995-2003, Index Data ApS.
4 See the file LICENSE for details.
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.
10 Windows programmers: refer to the file windows.txt which describes how
11 to build the software using Microsoft Visual C++.
13 On Unix, GNU configure is used to configure YAZ and generate Makefiles.
14 Type "./configure", then "make" to build YAZ.
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.
20 In any case refer to the documentation in sub directory doc or read
21 it online at http://www.indexdata.dk/yaz/
27 src Source for the YAZ library.
29 util Utility programs, ASN.1 compiler, MARC dump utility, and others.
31 client A demonstration client for testing the protocol. It's bug'n
32 ugly. But, it supports many features.
34 ztest A demonstration server that implements a backend.
36 etc Various configuration files.
38 include/yaz The various header files.
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