X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=675fbe2f43dbc75ed39915216e6df7d7d02a11cd;hp=de90a1180a72fe101a1df93bde40528430533d19;hb=487b9263317ab859b530cdda115984a970ca04eb;hpb=1f2c8b88c8afe13c4ba4598fddc9f3f230b606a3 diff --git a/INSTALL b/INSTALL index de90a118..675fbe2f 100644 --- 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 ==================