X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=91ab15b4bdd99aaa3dd10bd673cc1a00e47244c3;hb=a54c709b3e2feff5762bfa7dfa8ee653b429d369;hp=9e445d4bc9ae3922fe218ebd285abc66b77de6f4;hpb=10e81e043068151fd32d623ace21222ab6c91ea3;p=yaz-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 9e445d4..91ab15b 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Compilation and Installation Introduction @@ -12,34 +12,29 @@ We have tried our best to keep the software portable, and on many platforms, you should be able to compile everything with little or - no changes. - So far, the software has been ported to the following platforms with - little or no difficulties. - - - Unix systems - - HP/UX - SunOS/Solaris - DEC Unix - BSDs: FreeBSD, OpenBSD, NetBSD - MAC OSX - Linux - IBM AIX - Data General DG/UX (with some CFLAGS tinkering) - - SGI/IRIX - DDE Supermax - - Non-unix systems - - Apple Macintosh (using the Codewarrior programming - environment and the GUSI socket libraries) - MS Windows 95/98/NT/2K/XP (Win32) - IBM AS/400 - - - + no changes. + + + + The software is regularly tested on + Debian GNU/Linux, + Redhat Linux, + Gentoo Linux, + + NetBSD (Cobalt MIPS), + FreeBSD (i386), + MAC OSX, + + SunOS 5.8 (sparc), + + Windows 2000 SP3. + + + + Some versions have be known to work on HP/UX, + DEC Unix, 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 . @@ -463,6 +458,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 @@ -471,7 +482,7 @@ ICONV_DIR to the iconv source directory. - + HAVE_LIBXML2, LIBXML2_DIR @@ -484,7 +495,7 @@ - You can get libxml2 and iconv binaries from + Windows versions of libxml2 and iconv can be found here.