better test --{,no-}recursion options
[debian/tar] / README-hacking
1 These notes intend to help people working on the Git version of
2 this package.
3
4 * Requirements
5
6 You need the following packages to build the Git version of GNU
7 tar.  We do not make any efforts to accommodate older versions of
8 these packages, so please make sure that you have the latest stable
9 version.
10
11 - Automake <http://www.gnu.org/software/automake/>
12 - Autoconf <http://www.gnu.org/software/autoconf/>
13 - M4 <http://www.gnu.org/software/m4/>
14 - Texinfo <http://www.gnu.org/software/texinfo>
15 - Git <http://git.or.cz>
16
17 * Bootstrapping
18
19 Obviously, if you are reading these notes, you did manage to clone
20 tar from Git. The next step is to get other files needed to build,
21 which are extracted from other source packages:
22
23 1. Change to the source tree directory
24
25    cd tar
26
27 2. Run
28
29    ./bootstrap
30
31 Once done, proceed as described in the file README (section
32 INSTALLATION).
33
34 Normally you will have to run bootstrap only once. However, if you
35 intend to hack on GNU tar, you might need to run it again later.
36 There are lots of options that you may find useful in this case.
37 See 'bootstrap --help' for a detailed list.
38
39 \f
40 * Copyright information
41
42 Copyright 2007-2009, 2013-2015 Free Software Foundation, Inc.
43
44 This file is part of GNU tar.
45
46 GNU tar is free software; you can redistribute it and/or modify
47 it under the terms of the GNU General Public License as published by
48 the Free Software Foundation; either version 3 of the License, or
49 (at your option) any later version.
50
51 GNU tar is distributed in the hope that it will be useful,
52 but WITHOUT ANY WARRANTY; without even the implied warranty of
53 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
54 GNU General Public License for more details.
55
56 You should have received a copy of the GNU General Public License
57 along with this program.  If not, see <http://www.gnu.org/licenses/>.
58
59 ^L
60 Local Variables:
61 mode: outline
62 paragraph-separate: "[  ^L]*$"
63 version-control: never
64 End: