X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=e0269a2d499afa92c057e2ece03c1618ab5df785;hb=1801257818390335cae90e54d488d7294d17848b;hp=021a61089793a15cbf258a943ed48f6eaad95dc8;hpb=fc9684841bbfad0b625e7365b99bae7b7df737df;p=idzebra-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 021a610..e0269a2 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,20 +1,28 @@ - + Installation - Zebra is very portable. An ANSI C compiler is required. We - primarily use GNU C on UNIX and Microsoft Visual C++ on Windows. + Zebra is written in ANSI C and was implemented with portability in mind. + We primarily use GNU C on UNIX and Microsoft Visual C++ on Windows. - Zebra uses following components. Most of these are optional. + The software is regularly tested on Debian GNU/Linux, Redhat Linux, + Gentoo Linux, NetBSD (Cobalt qube), FreeBSD (i386), MAC OSX, + SunOS 5.8 (sparc), Windows 2000 SP3. + + + + Zebra can be configured to use the following utilities (most of + which are optional): + yaz (required) - Zebra uses lots of utilities provided by YAZ. Most notably - Z39.50 support. + Zebra uses YAZ to support Z39.50/SRW. Also the memory management + utilites from YAZ is used by Zebra. @@ -35,12 +43,12 @@ XML parser. If you're going to index real XML you should - install this (filter grs.xml). On most system, you should be able + install this (filter grs.xml). On most systems you should be able to find binary Expat packages. - + Perl (optional) @@ -52,7 +60,7 @@ - + Tcl (optional) @@ -63,13 +71,12 @@ - + Autoconf, - Automake + (optional) GNU Automake and Autoconf are only required if you're @@ -80,7 +87,8 @@ - Docbook and friends (optional) + Docbook + and friends (optional) These tools are only required if you're writing @@ -183,9 +191,9 @@ to configure. - WIN32 + WIN32 - + [to be written]