aboutsummaryrefslogtreecommitdiff
path: root/README-alpha
diff options
context:
space:
mode:
Diffstat (limited to 'README-alpha')
-rw-r--r--README-alpha8
1 files changed, 4 insertions, 4 deletions
diff --git a/README-alpha b/README-alpha
index 6548cf6..23a2504 100644
--- a/README-alpha
+++ b/README-alpha
@@ -10,34 +10,34 @@ autoconf installed to bootstrap the package. See the chapter `Building' for
10the detailed instructions. After bootstrapping, there should be a file 10the detailed instructions. After bootstrapping, there should be a file
11'INSTALL' with generic installation instructions. Package-specific 11'INSTALL' with generic installation instructions. Package-specific
12installation instructions are set forth in the file README. 12installation instructions are set forth in the file README.
13 13
14Please, note that the accompanying documentation may be inaccurate or 14Please, note that the accompanying documentation may be inaccurate or
15incomplete (well, to say the truth it is absent. See TODO for more info). 15incomplete (well, to say the truth it is absent. See TODO for more info).
16The ChangeLog file is the authoritative documentation of all recent changes. 16The ChangeLog file is the authoritative documentation for all recent changes.
17 17
18Report bugs to <bug-cflow@gnu.org> 18Report bugs to <bug-cflow@gnu.org>
19 19
20* Checking Out the Sources 20* Checking Out the Sources
21 21
22The following instructions apply if you wish to obtain sources from 22The following instructions apply if you wish to obtain sources from
23the CVS repository: 23the CVS repository:
24 24
25To checkout the source tree from CVS issue the following command: 25To checkout the source tree from CVS issue the following command:
26 26
27CVS_RSH=ssh \ 27CVS_RSH=ssh \
28 cvs -d :ext:anoncvs@savannah.gnu.org:/cvsroot/cflow checkout cflow 28 cvs -d :ext:anoncvs@cvs.savannah.gnu.org:/cvsroot/cflow checkout cflow
29 29
30Make sure SSHv2 is used. 30Make sure SSHv2 is used.
31 31
32This will give you read-only access. If you think you need write access, 32This will give you read-only access. If you think you need write access,
33contact the mailing list. 33contact the mailing list.
34 34
35The CVS repository is also available via HTTP from 35The CVS repository is also available via HTTP from
36 36
37 http://savannah.gnu.org/cgi-bin/viewcvs/cflow/cflow/ 37 http://cvs.savannah.gnu.org/cgi-bin/viewcvs/cflow/cflow/
38 38
39* Building 39* Building
40 40
41If you have taken the sources from CVS you will need the following 41If you have taken the sources from CVS you will need the following
42packages to build cflow. I don't make any extra effort to accommodate 42packages to build cflow. I don't make any extra effort to accommodate
43older versions of these packages, so please make sure that you have the 43older versions of these packages, so please make sure that you have the
@@ -85,13 +85,13 @@ Once in gdb, issue the following command
85 set _argp_hang=0 85 set _argp_hang=0
86 86
87Now set your breakpoints and proceed as usual. 87Now set your breakpoints and proceed as usual.
88 88
89* Copyright information: 89* Copyright information:
90 90
91Copyright (C) 2005 Sergey Poznyakoff 91Copyright (C) 2005, 2007 Sergey Poznyakoff
92 92
93 Permission is granted to anyone to make or distribute verbatim copies 93 Permission is granted to anyone to make or distribute verbatim copies
94 of this document as received, in any medium, provided that the 94 of this document as received, in any medium, provided that the
95 copyright notice and this permission notice are preserved, 95 copyright notice and this permission notice are preserved,
96 thus giving the recipient permission to redistribute in turn. 96 thus giving the recipient permission to redistribute in turn.
97 97

Return to:

Send suggestions and report system problems to the System administrator.