X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=README.txt;h=dfd1d580f29c47620e42dc0dd94549a71a47155c;hb=eed883761eb8458dafbb760006174d1ab5169a24;hp=a403eb9fc7724b7dee090e64e2c53441e15b3490;hpb=7f8f545aacbf7e7427486d5f060a591ef25d5a58;p=yazpp-moved-to-github.git diff --git a/README.txt b/README.txt index a403eb9..dfd1d58 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ 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.4 1999-04-27 07:52:13 adam Exp $ o Introduction @@ -52,10 +52,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++ 5.0 and 6.0. Other compilers +should work but makefile/project files will have created for those +compiler environments. + Open workspace yazxx.dsw that includes four projects + yazxx.dsp - builds yazxx.dll + yazclient.dsp - builds yazclient.exe + yazserver.dsp - builds yazserver.exe + yazproxy.dsp - builds yazproxy.exe