From: Pekka Riikonen Date: Wed, 14 May 2014 18:09:15 +0000 (+0300) Subject: Add README.GIT, after README.CVS was removed X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=4c79f06ce911d68ec0ea4d985bd896f7f928102e Add README.GIT, after README.CVS was removed --- diff --git a/README.GIT b/README.GIT new file mode 100644 index 00000000..78116f86 --- /dev/null +++ b/README.GIT @@ -0,0 +1,63 @@ +Compiling SILC from GIT Tree +============================ + +The GIT tree must be prepared for compilation with Autodist. You can +download the latest version of Autodist from: + + http://autodist.silc.fi + + +Preparing SILC Client +===================== + +To prepare SILC Client distribution for compilation give the following +command: + + autodist client + +Then configure and compile: + + ./configure + make + + +Preparing SILC Server +===================== + +To prepare SILC Server distribution for compilation give the following +command: + + autodist server + +Then configure and compile: + + ./configure + make + + +Preparing SILC Server +===================== + +To prepare SILC Toolkit distribution for compilation give the following +command: + + autodist toolkit + +Then configure and compile: + + ./configure + make + + +Preparing any distribution +========================== + +To compile so called INLINE version of the SILC sources give the following +command: + + autodist + +Then configure and compile: + + ./configure + make