X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=d4bc6fdceed9524908acec6a6e4f3c25d3d8884e;hb=13f9deabbde0e0e64633b962a6b187aa5966d81e;hp=24e53b0a1b073812a9c263cf7821c7ffdc639519;hpb=3d66d38a45193460ee3b94a171201f1e1d825253;p=idzebra-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 24e53b0..d4bc6fd 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Installation @@ -202,6 +202,80 @@ to configure. + + GNU/Debian + GNU/Debian Linux + + Index Data provides pre-compiled GNU/Debian + Linux packages at our Debian package archive, both for + the Sarge and the Etch release. + + + + To install these packages, you need to add two lines to your + /etc/apt/sources.list configuration file, + either the Sarge sources found at + + deb http://www.indexdata.dk/debian indexdata/sarge released + deb-src http://www.indexdata.dk/debian indexdata/sarge released + + or the Etch sources from + + deb http://www.indexdata.dk/debian indexdata/etch released + deb-src http://www.indexdata.dk/debian indexdata/etch released + + After refreshing the package cache with the command + + apt-get update + + as root, the + Zebra indexer is + easily installed issuing + + apt-get install idzebra idzebra-doc + + + + + + GNU/Debian On Other Platforms + + These Zebra + packages are specifically compiled for + GNU/Debian Linux systems. Installation on other + GNU/Debian systems is possible by + re-compilation the Debian way: you need to add only the + deb-src sources lines to the + /etc/apt/sources.list configuration file, + that is either the Sarge sources + + deb-src http://www.indexdata.dk/debian indexdata/sarge released + + or the Etch sources + + deb-src http://www.indexdata.dk/debian indexdata/etch released + + After refreshing the package cache with the command + + apt-get update + + as root, the + Zebra indexer is + recompiled and installed issuing + + apt-get build-dep idzebra + apt-get source --compile idzebra + + as normal user. + The compiled GNU/Debian packages can then be + installed as root issuing + + dpkg -i install idzebra*.deb idzebra-doc*.deb + + + + + WIN32 The easiest way to install Zebra on Windows is by downloading an installer from @@ -340,6 +414,8 @@ + +