From 7248b20b9e675788555c25d58d807bd8313b8e6d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 24 Oct 2001 21:30:47 +0000 Subject: [PATCH] More info about UNIX/WIN32 installation. --- doc/installation.xml | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index aebcd55..f94122a 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Compilation and Installation Introduction @@ -111,9 +111,11 @@ --enable-tcpd - The front end server will be built using the TCP - wrapper library. It allows you to disallow/deny clients depending - on IP. + The front end server will be built using Wietse's + + TCP wrapper library. It allows you to allow/deny + clients depending on IP number. The TCP wrapper library is + commonly used in Linux/BSD distributions. --enable-threads @@ -138,7 +140,7 @@ lib/libyaz.la - The main &yaz; library. This is no ordinary library. It's + Main &yaz; library. This is no ordinary library. It's a Libtool archive. By default, &yaz; creates a static library in lib/.libs/libyaz.a. @@ -147,16 +149,17 @@ lib/libyazthread.la When threading is supported/enabled by configure this GNU libtool - library is created. It include functions that allows &yaz; + library is created. It includes functions that allows &yaz; to use threads. ztest/yaz-ztest - A test Z39.50 server. + Test Z39.50 server. client/yaz-client - A YAZ Z39.50 client. See chapter + Z39.50 client for testing the protocol. + See chapter YAZ client for more information. @@ -282,25 +285,30 @@ bin/yaz.dll - The multi-threaded &yaz; Dynamic Link Library. + &yaz; multi-threaded Dynamic Link Library. + + + lib/yaz.lib + + Import library for yaz.dll. bin/yaz-client.exe - The &yaz; Z39.50 client application. It's a WIN32 console application. + &yaz; Z39.50 client application. It's a WIN32 console application. See chapter YAZ client for more information. bin/yaz-ztest.exe - The example/test Z39.50 multi threaded server. It's a WIN32 + Z39.50 multi-threaded test/example server. It's a WIN32 console application. bin/zoomsh.exe - A simple console application implemented on top of the + Simple console application implemented on top of the ZOOM functions. The application is a command line shell that allows you to enter simple commands perform to perform ZOOM operations. -- 1.7.10.4