X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=7ee630096d80e888aac4e0dcac887013243c3450;hb=7b05ec98b5a3227967c82f601a1c06ffd5c6dee6;hp=831c3104028734267aef1d1c18e5368437d65437;hpb=c0cd3cdd115574c3da4691e73a2b60408e365af4;p=yazpp-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 831c310..7ee6300 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,58 @@ +
+ 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. + + + + zoomxxclient.dsp + + Builds the ZOOM C++ demo client zoomxxclient.exe. + + + + + + By default, the include path and library path for the projects assumes + that YAZ is located in ..\yaz + (i.e. same prefix as the YAZ++ source). + If YAZ is in a different directory you'll have to modify + the include path in + Project | Settings | C/C++ | Preprocessor | Additional include + directories + and library path in + Project | Settings | Link | Input | Additional library + path. + +