X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=INSTALL;h=8a92648b22a4eea801880311f6281a28ec69e6a1;hb=refs%2Fheads%2Fsilc.1.1.branch;hp=25b5ea0464df3caf400658aba5d3891200bef981;hpb=413da0f8686910f5e627393157566ae729ca99c4;p=silc.git diff --git a/INSTALL b/INSTALL index 25b5ea04..8a92648b 100644 --- a/INSTALL +++ b/INSTALL @@ -32,13 +32,16 @@ path in your system which contains lib/ and include/ for GMP library. GMP can be used as a fall-back if you have problems with the MPI library 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