Initial revision
[yazpp-moved-to-github.git] / README.txt
1 YAZ++ - A C++ library for YAZ
2
3 $Id: README.txt,v 1.1 1999-01-28 09:41:07 adam Exp $
4  
5 o Introduction
6
7 YAZ is development toolkit that implements the ANSI Z39.50 protocol.
8 YAZ homepage is: http://www.indexdata.dk/yaz
9
10 YAZ++ is a C++ wrapper on top of that YAZ. It provides a relatively
11 simple, high level, interface to YAZ.
12
13 o Documentatation
14
15 Description of object model can be found in the sub directory doc, file
16 index.html.
17
18 The documentation was auto-generated from source using doc++.
19
20 o Installation
21
22 Before compilation can take place YAZ must be installed. Unpack
23 yaz-<version>.tar.gz in the same directory as yaz++. 
24
25 For Unix - make sure you have a C++ compiler available. g++ works fine.
26   $ cd unix
27   $ ./configure
28   $ make
29
30 For Windows. The software was build using Microsoft Visual C++ 5.0 and
31 6.0. Other compilers should work but the makefile will have to be
32 modified.
33   > cd win
34   > nmake      (Visual C++ makefile not yet created)
35