X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=README;h=3f26587955a15346aa987bef80d7099c8c201a64;hp=166a3878b769ad1abf62007fa281bb95d99890b8;hb=dd5e6e2ecc4d8d51095059c13ce725d263d99601;hpb=c82bbc07fb53f78aab88bb4121629daeef42ed2a diff --git a/README b/README index 166a387..3f26587 100644 --- a/README +++ b/README @@ -1,24 +1,27 @@ -YAZ toolkit - $Id: README,v 1.45 2004-01-05 09:34:41 adam Exp $ +YAZ toolkit -Copyright (C) 1995-2004, Index Data ApS. +Copyright (C) 1995-2014 Index Data. See the file LICENSE for details. The primary output of the source here is the YAZ library, which contains support functions for implementing the server or client -role of Z39.50 and SRW. - -Windows programmers: refer to the file windows.txt which describes how -to build the software using Microsoft Visual C++. +role of Z39.50 and SRU. On Unix, GNU configure is used to configure YAZ and generate Makefiles. -Type "./configure", then "make" to build YAZ. +Type "./configure", then "make" to build YAZ. Read +doc/installation.unix.html for details. + +On Windows, a MS Visual Studio makefile is provided (nmake). The commands + cd \win + nmake +should do. Refer to doc/installation.win32.html for details. -Note: If you are using the CVS snapshot of YAZ you must have autoconf, -automake and libtool installed. Before running configure, create +Note: If you are using the Git snapshot of YAZ you must have autoconf, +automake, libtool and xsltproc installed. Before running configure, create support files by running buildconf.sh in the top-level directory of YAZ. In any case refer to the documentation in sub directory doc or read -it online at http://www.indexdata.dk/yaz/ +it online at http://www.indexdata.com/yaz/ File organisation: @@ -39,5 +42,5 @@ include/yaz The various header files. To get more information or assistance, send mail to yaz-help@indexdata.dk. Even better, sign on to the YAZ mailing list here: -http://www.indexdata.dk/mailman/listinfo/yazlist +http://lists.indexdata.dk/cgi-bin/mailman/listinfo/yazlist