clarify why --with-gmp exists
[silc.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 1236d92ec685606bdab9597241b2ba57852b15df..847e9e68c8f37c483c7a64f6a7069ae009b33ea1 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@ Quick Installation
    To configure and compile SILC package give the comands:
 
        ./configure
-       make (or gmake, GNU make is required)
+       make (or gmake)
        make install
 
    This will install the SILC binaries and configuration files into the
@@ -25,6 +25,9 @@ file for more generic installation instructions.
 library instead of using the MPI library included in the package, you can
 give the --with-gmp[=DIR] option to the `configure'.  The DIR is the upper
 path in your system which contains lib/ and include/ for GMP library.
+   Note that MPI is the prefered arbitrary precision arithmetic library and
+GMP can be used as a fall-back if you have problems with the MPI library
+included within this package (GMP was used as a default library in the past).
 
 '--with-iconv[=DIR]'