X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=INSTALL;h=8a92648b22a4eea801880311f6281a28ec69e6a1;hb=refs%2Fheads%2Fsilc.1.1.branch;hp=9871e92e93a7683fa78bfb5fd16f22f55455ce5c;hpb=382d15d447b7a95390decfa783836ae4fe255b3d;p=silc.git diff --git a/INSTALL b/INSTALL index 9871e92e..8a92648b 100644 --- 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,8 +11,11 @@ Quick Installation /usr/local/silc/ directory. System wide configuration files are installed into the /etc/silc/ directory. -Some Configuration Options -========================== +You may need to add the /usr/local/silc path to your PATH environment +variable after the installation. + +Configuration Options +===================== You can give various options to the `configure' shell script. You should give --help command to the `configure' to see all of them. Here is listed @@ -27,15 +30,18 @@ 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). +included within this package. -'--with-iconv[=DIR]' +`--with-iconv[=DIR]' If your system doesn't provide iconv() function in its native libraries (usually libc) or if this function is broken (e.g. older Solaris systems), you may want to use libiconv instead. The DIR is the upper path in your system which contains lib/ and include/ for libiconv (e.g. /usr/local). + You may need to use this also if your system has many versions of iconv +library in different locations. + `--without-pthreads' If you do not want to compile the programs with POSIX multi-threads