From 4c79f06ce911d68ec0ea4d985bd896f7f928102e Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 14 May 2014 21:09:15 +0300 Subject: [PATCH] Add README.GIT, after README.CVS was removed --- README.GIT | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 README.GIT 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 -- 2.24.0