Added support for handling notifys always in same order as
[silc.git] / lib / doc / building.html
index c0a7f64d4ca27f57f192584d7d9ebb30d1cbf6dd..52ba44b75e0bbe6307aeffe97aae7f52d692a33f 100644 (file)
@@ -68,6 +68,18 @@ library instead of using the MPI library included in the package, you can
 give the --with-gmp=PATH option to the `configure'.  The PATH is the path
 to the GMP library in your system.
 
+<br />&nbsp;<br />
+<tt>--without-irssi</tt><br />
+<tt>--without-silcd</tt>
+
+<br />&nbsp;<br />
+By default the SILC Toolkit will also build the Irssi SILC client and
+the SILC Server which use the SILC Toolkit as well.  If you do not
+wish to compile these applications you can give --without-irssi to
+not compile Irssi SILC client (irssi/ directory) and/or --without-silcd
+to not compile SILC Server (silcd/ directory).  Other applications
+the Toolkit does not build automatically.
+
 <br />&nbsp;<br />
 <tt>--disable-asm</tt>