Separate WIN32 sub directories for Zebra and Z'mbol.
[idzebra-moved-to-github.git] / win / readme.txt
1 Compilation for Z'mbol on WIN32.
2  $Id: readme.txt,v 1.1 1999-12-08 22:11:56 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 Z'mbol.
9
10 Optional prerequesties:
11    bzip2  - untar it at the same location as Z'mbol.
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\zmbolidx.exe    the indexer utility
22  bin\zmbolsrv.exe    the Z39.50 server
23