Display better info for encoding/decoding failures
[yazpp-moved-to-github.git] / doc / installation.xml
index 7ee6300..e6d7097 100644 (file)
@@ -1,5 +1,5 @@
 <chapter id="installation">
-  <!-- $Id: installation.xml,v 1.7 2002-10-30 10:27:37 adam Exp $ -->
+  <!-- $Id: installation.xml,v 1.9 2004-01-07 11:49:03 adam Exp $ -->
   <title>Installation</title>
   <para>
    You need a C++ compiler to compile and use YAZ++.
         what you want.
        </para></listitem>
      </varlistentry>
+     <varlistentry>
+      <term><literal>--with-xslt </literal>directory</term>
+      <listitem><para>
+        Specifies prefix for libxslt (and libxml2).
+       configure must be able to locate <command>xslt-config</command>
+       in PREFIX/bin. If this option is omitted, configure looks
+       for <command>xslt-config</command> in the current PATH.
+       </para></listitem>
+     </varlistentry>
     </variablelist>
     For the whole list of <literal>configure</literal> options, refer
     to the help:
     <literal>./configure --help</literal>.
    </para>
    <para>
+    Configure uses GCC'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:
+    <screen>
+     CXXFLAGS="-g" CXX=CC ./configure
+    </screen>
+   </para>
+   <para>
     This is what you have after successful compilation:
     <variablelist>
      <varlistentry>