Deb: idzebra-2.0-utils includes init.d script
[idzebra-moved-to-github.git] / win / readme.txt
1 Compilation for Zebra on WIN32.
2
3 This software is shipped with MS nmake files. It has been tested
4 on Visual C++ 6, but should work with Visual C++ 5 as well.
5
6 Prerequesties:
7    yaz    - untar it at the same location as zebra.
8
9 Optional prerequesties:
10    bzip2  - untar it at the same location as zebra.
11
12 Adjust the makefile as needed. Comments in the makefile itself
13 describe the most important settings.
14
15 Run nmake
16
17 The makefile (if un-modified) builds the following:
18
19  lib\zebra.lib       a library with most modules
20  bin\zebraidx.exe    the indexer utility
21  bin\zebrasrv.exe    the Z39.50 server
22