From: Adam Dickmeiss Date: Wed, 30 Oct 2002 10:27:37 +0000 (+0000) Subject: ZOOM C++ Windows install X-Git-Tag: YAZPP.0.5~2 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=963a6d9083a1310c54d907d1354a03f4ee5433c3;ds=sidebyside ZOOM C++ Windows install --- diff --git a/doc/installation.xml b/doc/installation.xml index 113d6e5..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++. @@ -157,8 +157,26 @@ 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. +