Rename tstquery to test_query
[yazpp-moved-to-github.git] / doc / installation.xml
index 63eba40..561f2b4 100644 (file)
@@ -1,5 +1,4 @@
 <chapter id="installation">
-  <!-- $Id: installation.xml,v 1.19 2006-04-30 12:53:14 adam Exp $ -->
   <title>Installation</title>
   <para>
    You need a C++ compiler to compile and use YAZ++.
@@ -58,7 +57,7 @@
     <literal>./configure --help</literal>.
    </para>
    <para>
-    Configure uses GCC's C/C++ compiler if available. To specify another
+    Configure uses GNU's C/C++ compiler if available. To specify another
     compiler, set <literal>CXX</literal>. To use other compiler flags,
     specify <literal>CXXFLAGS</literal>. To use <literal>CC</literal> 
     with debugging you could use:
     The following files are generated upon successful compilation:
     
     <variablelist>
-     <varlistentry><term><filename>bin/yazpp.dll</filename></term>
+     <varlistentry><term><filename>bin/yazpp5.dll</filename></term>
       <listitem><para>
        YAZ++ DLL . Includes ZOOM C++ as well.
-       For the debug version <filename>lib/yazppd.dll</filename>
+       For the debug version <filename>lib/yazpp5d.dll</filename>
        is created instead.
        </para></listitem></varlistentry>
      
-     <varlistentry><term><filename>lib/yazpp.lib</filename></term>
+     <varlistentry><term><filename>lib/yazpp5.lib</filename></term>
       <listitem><para>
-       Import library for <filename>yazpp.dll</filename>.
-       For the debug version <filename>lib/yazppd.lib</filename>
+       Import library for <filename>yazpp5.dll</filename>.
+       For the debug version <filename>lib/yazpp5d.lib</filename>
        is created instead.
        </para></listitem></varlistentry>