X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=f94122a3744f2ca80c96ff8eb112424335d3549d;hb=fe569a8399e6072e18d7059b8b5950df32cf014e;hp=aebcd5517a4d5e5fb07f007353b74e14a7d94441;hpb=ab0fd2f75e554d1c9c0e722abf073f9840f7739b;p=yaz-moved-to-github.git 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.