ZOOM C++ Windows install
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 30 Oct 2002 10:27:37 +0000 (10:27 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 30 Oct 2002 10:27:37 +0000 (10:27 +0000)
doc/installation.xml

index 113d6e5..7ee6300 100644 (file)
@@ -1,5 +1,5 @@
 <chapter id="installation">
 <chapter id="installation">
-  <!-- $Id: installation.xml,v 1.6 2002-10-23 21:23:29 adam Exp $ -->
+  <!-- $Id: installation.xml,v 1.7 2002-10-30 10:27:37 adam Exp $ -->
   <title>Installation</title>
   <para>
    You need a C++ compiler to compile and use YAZ++.
   <title>Installation</title>
   <para>
    You need a C++ compiler to compile and use YAZ++.
         Builds the proxy <filename>yazproxy.exe</filename>.
        </para></listitem>
      </varlistentry>
         Builds the proxy <filename>yazproxy.exe</filename>.
        </para></listitem>
      </varlistentry>
+     <varlistentry>
+      <term><literal>zoomxxclient.dsp</literal></term>
+       <listitem><para>
+        Builds the ZOOM C++ demo client <filename>zoomxxclient.exe</filename>.
+       </para></listitem>
+     </varlistentry>
     </variablelist>
    </para>
     </variablelist>
    </para>
+   <para>
+    By default, the include path and library path for the projects assumes
+    that YAZ is located in <filename>..\yaz</filename> 
+    (i.e. same prefix as the YAZ++ source).
+    If YAZ is in a different directory you'll have to modify
+    the include path in 
+    <literal>Project | Settings | C/C++ | Preprocessor | Additional include
+     directories</literal>
+    and library path in
+    <literal>Project | Settings | Link | Input | Additional library
+     path</literal>.
+   </para>
   </section>
  </chapter>
  <!-- Keep this comment at the end of the file
   </section>
  </chapter>
  <!-- Keep this comment at the end of the file