Add README.GIT, after README.CVS was removed
authorPekka Riikonen <priikone@silcnet.org>
Wed, 14 May 2014 18:09:15 +0000 (21:09 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 14 May 2014 18:09:15 +0000 (21:09 +0300)
README.GIT [new file with mode: 0644]

diff --git a/README.GIT b/README.GIT
new file mode 100644 (file)
index 0000000..78116f8
--- /dev/null
@@ -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