X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=README.GIT;fp=README.GIT;h=78116f8610914ce38cad9483be35ce84669f3ee2;hb=4c79f06ce911d68ec0ea4d985bd896f7f928102e;hp=0000000000000000000000000000000000000000;hpb=612d995bceff5773730d9c27f330972c79f4fb3f;p=silc.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