Add README.GIT, after README.CVS was removed
[silc.git] / README.GIT
1 Compiling SILC from GIT Tree
2 ============================
3
4 The GIT tree must be prepared for compilation with Autodist.  You can
5 download the latest version of Autodist from:
6
7         http://autodist.silc.fi
8
9
10 Preparing SILC Client
11 =====================
12
13 To prepare SILC Client distribution for compilation give the following
14 command:
15
16         autodist client
17
18 Then configure and compile:
19
20         ./configure
21         make
22
23
24 Preparing SILC Server
25 =====================
26
27 To prepare SILC Server distribution for compilation give the following
28 command:
29
30         autodist server
31
32 Then configure and compile:
33
34         ./configure
35         make
36
37
38 Preparing SILC Server
39 =====================
40
41 To prepare SILC Toolkit distribution for compilation give the following
42 command:
43
44         autodist toolkit
45
46 Then configure and compile:
47
48         ./configure
49         make
50
51
52 Preparing any distribution
53 ==========================
54
55 To compile so called INLINE version of the SILC sources give the following
56 command:
57
58         autodist
59
60 Then configure and compile:
61
62         ./configure
63         make