X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=33c0e491ac4a4b119f65a0223a1a34c67d1ffea6;hb=2bf08e725ba16cfa16df8d03468891c57c1670b8;hp=91ab15b4bdd99aaa3dd10bd673cc1a00e47244c3;hpb=5ea26f86eb5559d0b3ee8a96d1a3823f944a71a3;p=yaz-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 91ab15b..33c0e49 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Compilation and Installation Introduction @@ -20,21 +20,23 @@ Debian GNU/Linux, Redhat Linux, Gentoo Linux, - - NetBSD (Cobalt MIPS), FreeBSD (i386), MAC OSX, SunOS 5.8 (sparc), - Windows 2000 SP3. + Windows 2000. Some versions have be known to work on HP/UX, - DEC Unix, OpenBSD, IBM AIX, Data General DG/UX (with some CFLAGS tinkering), + DEC Unix, NetBSD, + OpenBSD, + IBM AIX, + Data General DG/UX (with some CFLAGS tinkering), SGI/IRIX, DDE Supermax, Apple Macintosh (using the Codewarrior programming - environment and the GUSI socket libraries), IBM AS/400 . + environment and the GUSI socket libraries), + IBM AS/400 . @@ -69,7 +71,7 @@ and Redhat packages for &yaz;. Only i386 binary packages are available. You should be able to - create packages for other CPU's by building them from the source + create packages for other CPUs by building them from the source package. @@ -248,56 +250,77 @@ The following files are generated by the make process: - lib/libyaz.la + src/libyaz.la 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. - + + - lib/libyazthread.la + src/libyazthread.la When threading is supported/enabled by configure this Libtool library is created. It includes functions that allows &yaz; to use threads. - + + ztest/yaz-ztest Test Z39.50 server. - + + client/yaz-client Z39.50 client for testing the protocol. See chapter YAZ client for more information. - + + - yaz-config + util/yaz-config A Bourne-shell script, generated by configure, that specifies how external applications should compile - and link with &yaz;. - + + - yaz-comp + util/yaz-asncomp The ASN.1 compiler for &yaz;. Requires the Tcl Shell, tclsh, in PATH to operate. - + + + + util/yaz-iconv + This program converts data in one character set to + another. This command exercises the YAZ character set + conversion API. + + + + util/yaz-marcdump + This program parses ISO2709 encoded MARC records + and prints them in line-format or XML. + + - zoom/zoomsh + zoom/zoomsh A simple shell implemented on top of the ZOOM functions. The shell is a command line application that allows you to enter simple commands to perform ZOOM operations. - + + zoom/zoomtst1, zoom/zoomtst2, .. Several small applications that demonstrates the ZOOM API. - + +