X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=README.txt;h=d66836675f6bd3873acc810795e00654e32cbd36;hb=e3133d2f2c580f76c9da2e7621c74a064f0955c9;hp=a403eb9fc7724b7dee090e64e2c53441e15b3490;hpb=7f8f545aacbf7e7427486d5f060a591ef25d5a58;p=yazpp-moved-to-github.git diff --git a/README.txt b/README.txt index a403eb9..d668366 100644 --- a/README.txt +++ b/README.txt @@ -1,14 +1,14 @@ YAZ++ - A C++ library for YAZ -$Id: README.txt,v 1.2 1999-01-28 10:04:46 adam Exp $ +$Id: README.txt,v 1.6 2000-10-11 11:58:16 adam Exp $ o Introduction -YAZ is a development toolkit that implements the ANSI Z39.50 protocol. -YAZ homepage is: http://www.indexdata.dk/yaz +YAZ++ is a C++ layer for YAZ and implements the ANSI Z39.50 +protocol for information retrieval (client - and server side). +YAZ homepage is: http://www.indexdata.dk/yaz/ -YAZ++ is a C++ wrapper on top of that YAZ. It provides a relatively -simple, high level, interface to YAZ. +YAZ++ uses the same license as YAZ - see LICENSE file for details. o Overview @@ -27,7 +27,6 @@ Directory structure of the YAZ++ package. -- src (C++ source) -- include (C++ headers) -- doc (documentation) - -- unix (UNIX configure script and Makefile) -- win (Windows build files) o Installation, Unix @@ -35,27 +34,29 @@ o Installation, Unix Make sure you have a C - and C++ compiler available. gcc and g++ works fine. -Before compilation can take place YAZ must be installed. Unpack -yaz-.tar.gz in the same directory as yaz++. First -build YAZ: +Before compilation can take place YAZ must be installed. It goes, roughly, +like this: $ cd yaz- $ ./configure $ make + $ cd .. Then, build YAZ++: $ cd yaz++- - $ cd unix $ ./configure $ make o Installation, Windows -Software is 32-bit based and should run on Windows 95/98 and -Windows NT 4.0 The software was build using Microsoft Visual C++ 5.0 and -6.0. Other compilers should work but the makefile/project files will have -created for those compiler environments. - > cd win - > nmake (Visual C++ makefile not yet created) +Software is WIN32 and should run on Windows 95/98 and Windows NT 4.0. +Yaz++ was build using Microsoft Visual C++ 6.0. Other compilers should +work but makefile/project files will have to be created for those +compiler environments. + Workspace yazxx.dsw includes the projects + yazxx.dsp - builds yazxx.dll + yazclient.dsp - builds yazclient.exe + yazserver.dsp - builds yazserver.exe + yazproxy.dsp - builds yazproxy.exe