FIXMEs in comments.
[idzebra-moved-to-github.git] / doc / installation.xml
index 6ade138..05b9ab5 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.5 2002-10-08 08:09:43 mike 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>
  
  <para>
-  When configured build the software by typing:
+  When configured, build the software by typing:
   
   <screen>
   make
@@ -47,7 +53,7 @@
  </para>
  
  <para>
-  If successful, two executables have been created in the sub-directory
+  If successful, two executables are created in the sub-directory
   <literal>index</literal>.
   <variablelist>
    
   </variablelist>
  </para>
  
+ <para>
+  You can now use Zebra. If you wish to install it system-wide, then
+  as root 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: