blob: 5c47af2589dddc8fbf0a353035274f99476c4906 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
--- ./README.orig 2010-12-12 22:42:49.000000000 -0500
+++ ./README 2012-03-20 14:37:54.000000000 -0400
@@ -72,25 +72,25 @@
% "env CPPFLAGS=-I/usr/kerberos/include ./configure"
-----------------
-Building from CVS
+Building from git
-----------------
The Radmind Development Team occasionally asks for help testing a new feature
or bug fix. The best way to assist is to download the source code from the
-CVS repository and build it manually. The following steps will result in
-a build from CVS.
+git repository and build it manually. The following steps will result in
+a build from git.
-1) Download the source from CVS:
+1) Download the source from git:
-cvs -d :pserver:anonymous@radmind.cvs.sourceforge.net:/cvsroot/radmind \
- checkout radmind
+ git clone git://radmind.git.sourceforge.net/gitroot/gradmind
2) Move into the new radmind directory:
-cd radmind
+ cd radmind
-3) Download libsnet[1], the network library Radmind uses:
+3) Checkout all required submodules [1]:
-sh bin/getsnet
+ git submodule init
+ git submodule update
4) Follow steps 2 and 3 from "More detailed instructions" for building, above.
@@ -115,4 +115,7 @@
----------
References
----------
-[1]: http://sourceforge.net/projects/libsnet
+[1]: Current submodules:
+
+ * libsnet, a networking library with TLS support
+ http://sourceforge.net/projects/libsnet
|