Merged from silc_1_0_branch (second merge).
[silc.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 847e9e68c8f37c483c7a64f6a7069ae009b33ea1..bca665aa58c77dc22198c5c71ae7ba7b89d038a3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
 Quick Installation
 ==================
 
-   To configure and compile SILC package give the comands:
+   To configure and compile SILC package give the commands:
 
        ./configure
        make (or gmake)
@@ -11,6 +11,9 @@ Quick Installation
 /usr/local/silc/ directory.  System wide configuration files are installed
 into the /etc/silc/ directory.
 
+You may need to add the /usr/local/silc path to your PATH environment
+variable after the installation.
+
 Some Configuration Options
 ==========================
 
@@ -49,6 +52,11 @@ package or does not want to use them, you can give the --disable-asm
 option to the `configure' script.  This will assure that assembler
 optimized code is not compiled in.
 
+`--enabled-shared'
+
+   If you wish to compile and install shared libraries then enable this
+option.  By default all libraries are compiled as static libraries.
+
 `--enable-debug'
 
    If you would like to enable the debugging for the compiled programs