X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=33c0e491ac4a4b119f65a0223a1a34c67d1ffea6;hb=2bf08e725ba16cfa16df8d03468891c57c1670b8;hp=02d6c9814dc8dabc2d2cbc60d2d9c0ba5c64dc6a;hpb=1e5554fc59c8cad2105b2a8cf095d13315dc6ed1;p=yaz-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 02d6c98..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. - + + @@ -458,6 +481,22 @@ + HAVE_BISON, + BISON + + If GNU Bison is present, you might set HAVE_ICONV + to 1 and specify the Bison executable in BISON. + Bison is only required if you use the CVS version of + YAZ or if you modify the grammar for CQL + (cql.y). + + + GNU Bison for Windows is part of + unxutils. + + + + HAVE_ICONV, ICONV_DIR @@ -466,7 +505,7 @@ ICONV_DIR to the iconv source directory. - + HAVE_LIBXML2, LIBXML2_DIR @@ -479,7 +518,7 @@ - You can get libxml2 and iconv binaries from + Windows versions of libxml2 and iconv can be found here.