Minor fixes, especially in the beginning
[idzebra-moved-to-github.git] / doc / installation.xml
index 6ade138..e456616 100644 (file)
@@ -1,5 +1,5 @@
 <chapter id="installation">
- <!-- $Id: installation.xml,v 1.3 2002-04-09 13:26:26 adam Exp $ -->
+ <!-- $Id: installation.xml,v 1.4 2002-04-10 14:47:49 heikki Exp $ -->
  <title>Installation</title>
  <para>
   An ANSI C compiler is required to compile the Zebra
   <screen>
   CC=/opt/ccs/bin/cc CFLAGS=-O ./configure
   </screen>
+  
+  The configure script takes a number of arguments, you can see
+  them all with
+  <screen>
+  ./configure --help
+  </screen>
 
  </para>
  
   </variablelist>
  </para>
  
+ <para>
+  You can now use Zebra. If you wish to install it system-wide, type
+  <screen>
+    make install
+  </screen>
+  By default this will install the Zebra executables in 
+  <filename>/usr/local/bin</filename>,
+  and the standard configuration files in 
+  <filename>/usr/local/share/zebra</filename>
+  You can override this with the <literal>--prefix</literal> option
+  to configure.
+ </para>
 </chapter>
  <!-- Keep this comment at the end of the file
  Local variables: