xattrs: fix capabilities root test
[tar.git] / README-hacking
blob4f6de6529a500b8d2db514c11d47ed4b19e72438
1 These notes intend to help people working on the Git version of
2 this package.
4 * Requirements
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.
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>
17 * Bootstrapping
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:
23 1. Change to the source tree directory
25    cd tar
27 2. Run
29    ./bootstrap
31 Once done, proceed as described in the file README (section
32 INSTALLATION).
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.
40 * Copyright information
42 Copyright 2007-2021 Free Software Foundation, Inc.
44 This file is part of GNU tar.
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.
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.
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/>.
60 Local Variables:
61 mode: outline
62 paragraph-separate: "[  ^L]*$"
63 version-control: never
64 End: