updates.
[silc.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index de90a1180a72fe101a1df93bde40528430533d19..675fbe2f43dbc75ed39915216e6df7d7d02a11cd 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,13 +1,13 @@
 Quick Installation
 ==================
 
-To configure and compile SILC package give the comands:
+   To configure and compile SILC package give the comands:
 
        ./configure
        make (or gmake)
        make install
 
-This will install the SILC binaries and configuration files into the
+   This will install the SILC binaries and configuration files into the
 /usr/local/silc/ directory.  System wide configuration files are installed
 into the /etc/silc/ directory.
 
@@ -44,6 +44,12 @@ you can give this option to the `configure'.
 you can give --disable-threads option.  In this case all compiled programs
 will work in single thread only.
 
+--enable-ipv6
+
+   The `configure' will attempt to check for IPv6 support in your system.
+   However, if it fails, but you still want to compile in the IPv6 support
+   you can give --enable-ipv6 option to force the IPv6 support.
+
 Basic Installation
 ==================