]> arthur.barton.de Git - ngircd-alex.git/blobdiff - INSTALL
Updated documentation.
[ngircd-alex.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 47b4c377fc4a50bc3e63d0f64ef0ad5148b1a8ca..e04b27063ee5c79fbdac1793b855fc263cded55b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
 I. Upgrade Information
 ~~~~~~~~~~~~~~~~~~~~~~
 
+Differences to version 0.6.x
+
+- Some options of the configure script have been renamed:
+    --disable-syslog  ->  --without-syslog
+    --disable-zlib    ->  --without-zlib
+  Please call "./configure --help" to review the full list of options!
+
 Differences to version 0.5.x
 
 - Starting with version 0.6.0, other servers are identified using asyncronous
@@ -39,6 +46,7 @@ files (using a distribution archive or CVS) is as following:
   3) make
   4) make install
 
+
 1): "autogen.sh"
 
 The first step, autogen.sh, is only necessary if the configure-script isn't
@@ -49,11 +57,13 @@ This step is therefore only interesting for developpers.
 
 autogen.sh produces the Makefile.in's, which are necessary for the configure
 script itself, and some more files for make. To run autogen.sh you'll need
-GNU autoconf and GNU automake (in recent versions!).
+GNU autoconf and GNU automake (use recent versions! autoconf 2.53 and
+automake 1.6.1 are known to work).
 
 Again: "end users" do not need this step!
 
-4): "./configure"
+
+2): "./configure"
 
 The configure-script is used to detect local system dependancies.
 
@@ -65,12 +75,14 @@ In addition, you can pass some command line options to "configure" to enable
 and/or disable some features of ngIRCd. All these options are shown using
 "./configure --help", too.
 
-5): "make"
+
+3): "make"
 
 The make command uses the Makefiles produced by configure and compiles the
 ngIRCd daemon.
 
-6): "make install"
+
+4): "make install"
 
 Use "make install" to install the server and a sample configuration file on
 the local system. Normally, root privileges are necessary to complete this
@@ -142,4 +154,4 @@ number. In both cases the server exits after the output.
 
 
 -- 
-$Id: INSTALL,v 1.10 2003/03/04 13:46:53 alex Exp $
+$Id: INSTALL,v 1.12 2003/03/08 12:34:55 alex Exp $