X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;fp=doc%2Finstallation.xml;h=113d6e53f7359f4797b4f05393686af44931397e;hb=43cc841d9cd8606d5abc780770985ae5d6214560;hp=831c3104028734267aef1d1c18e5368437d65437;hpb=fa86c86bd5aa9f16763706e7e6cd03bb9e4797e7;p=yazpp-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 831c310..113d6e5 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,5 +1,5 @@ - + Installation You need a C++ compiler to compile and use YAZ++. @@ -126,6 +126,40 @@ +
+ Building on Windows + + You'll find Visual Studio project files in sub directory + win. Open workspace yazxx.dsw + which includes the following projects: + + + yazxx.dsp + + Builds the yazxx.dll. + + + + yazclient.dsp + + Builds the sample client yazmyclient.exe. + + + + yazserver.dsp + + Builds the sample server yazmyserver.exe. + + + + yazserver.dsp + + Builds the proxy yazproxy.exe. + + + + +