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