X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=0266ac2fca638ed46bf93d1a003a283f7c63228f;hb=213c8c2649191ea7385934f5ac039928362b96ed;hp=7a41140dbb19aeb7722c061492e905139ff1349e;hpb=d80dc596a2011f4ab285657fabfd81ba202dd442;p=idzebra-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 7a41140..0266ac2 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Installation @@ -15,7 +15,7 @@ SuSE Linux, FreeBSD (i386), MAC OSX, - SunOS 5.8 + SunOS 5.9 (sparc), Windows 2000. @@ -91,8 +91,8 @@ These tools are only required if you're writing documentation for Zebra. You need the following - Debian packages: jadetex, docbook, docbook-dsssl, - docbook-xml, docbook-utils. + Debian packages: docbook, docbook-xml, docbook-xsl, + docbook-utils, xsltproc. @@ -172,9 +172,30 @@ + + + index/*.so + + + The .so-files are Zebra record filter modules. + There are modules for reading + MARC (mod-grs-marc.so), + XML (mod-grs-xml.so) , etc. + + + + - + + + + Using configure option --disable-shared builds + Zebra statically and links "in" Zebra filter code statically, i.e. + no .so-files are generated + + + You can now use Zebra. If you wish to install it system-wide, then as root type @@ -184,7 +205,9 @@ By default this will install the Zebra executables in /usr/local/bin, and the standard configuration files in - /usr/local/share/idzebra-2.0 + /usr/local/share/idzebra-2.0. If + shared modules are built, these are installed in + /usr/local/lib/idzebra-2.0/modules. You can override this with the --prefix option to configure. @@ -267,7 +290,7 @@
WIN32 The easiest way to install Zebra on Windows is by downloading an installer from - here. + here. The installer comes with source too - in case you wish to compile Zebra with different Compiler options.