X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=de90a1180a72fe101a1df93bde40528430533d19;hp=5dedea7ebe543aee6624ee12bd9c4b0775622b38;hb=e5d8d3db6caa344b3d419b884556c21b15e7d123;hpb=2ccba0fda23268cb45841b5984fc31b4287a3d4b diff --git a/INSTALL b/INSTALL index 5dedea7e..de90a118 100644 --- a/INSTALL +++ b/INSTALL @@ -11,6 +11,39 @@ This will install the SILC binaries and configuration files into the /usr/local/silc/ directory. System wide configuration files are installed into the /etc/silc/ directory. +Some 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 +few options that you might want to use. Please refer to the rest of this +file for more generic installation instructions. + +--with-gmp=PATH + + If you wish to use GMP library for arbitrary precision arithmetic +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. + +--disable-asm + + If you have trouble compiling the assembler optimized code in the +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. + +--enable-debug + + If you would like to enable the debugging for the compiled programs +you can give this option to the `configure'. + +--disable-threads + + If you do not want to compile the programs with multi threads support +you can give --disable-threads option. In this case all compiled programs +will work in single thread only. + Basic Installation ==================