X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=README.txt;h=95074c5bc994ef6a75e30444e63e120a6894d084;hb=8f70d891a14fc74ac17ebebb93c61719ad549aae;hp=a403eb9fc7724b7dee090e64e2c53441e15b3490;hpb=7f8f545aacbf7e7427486d5f060a591ef25d5a58;p=yazpp-moved-to-github.git diff --git a/README.txt b/README.txt index a403eb9..95074c5 100644 --- a/README.txt +++ b/README.txt @@ -1,14 +1,16 @@ 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.5 2000-09-13 12:22:32 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 homepage is: http://www.indexdata.dk/yaz/ +YAZ++ uses the same license as YAZ - see LICENSE file for +details. -YAZ++ is a C++ wrapper on top of that YAZ. It provides a relatively -simple, high level, interface to YAZ. +YAZ++ is a C++ wrapper on top of that YAZ and provides a relatively +simple interface to YAZ. o Overview @@ -52,10 +54,13 @@ Then, build YAZ++: 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