better test --{,no-}recursion options
[debian/tar] / README-alpha
1 This is GNU tar.
2
3 This is a *pre-release* version, and not ready for production use yet.
4 Please send comments and problem reports to <bug-tar@gnu.org>.
5
6 If you have taken the sources from CVS you will need the following
7 packages (or later) to build GNU tar.  We don't make any extra effort
8 to accommodate older versions of these packages, so please make sure
9 that you have the latest stable version.
10
11 - Automake <http://www.gnu.org/software/automake/>
12 - Autoconf <http://www.gnu.org/software/autoconf/>
13 - Bison <http://www.gnu.org/software/bison/>
14 - Gettext <http://www.gnu.org/software/gettext/>
15 - Gzip <http://www.gnu.org/software/gzip/>
16 - M4 <http://www.gnu.org/software/m4/>
17 - Texinfo <http://www.gnu.org/software/texinfo>
18 - Wget <http://www.gnu.org/software/wget/>
19
20 As of this writing, the latest stable version of Gzip is 1.2.4 but we
21 suggest using test version 1.3.5 (or later, if one becomes available).
22
23 Valgrind <http://valgrind.org/> is also highly recommended, if
24 Valgrind supports your architecture.
25
26 Before building the package, run "bootstrap".  It will obtain gnulib
27 and paxutils files from their Git repositories on Savannah.  Then, it will
28 fetch the po files from tar page at Translation Project, and, finally, it
29 will start autoconfiguration process.  Simply running bootstrap without
30 arguments should do in most cases.
31
32 Bootstrap reads its configuration from file bootstrap.conf located on the
33 top of tar source tree.  Several options are provided that modify its
34 behavior.  Run 'bootstrap --help' for a list.
35
36 \f
37
38 Copyright 2001, 2003-2005, 2007, 2013-2015 Free Software Foundation,
39 Inc.
40
41 This file is part of GNU tar.
42
43 GNU tar is free software; you can redistribute it and/or modify
44 it under the terms of the GNU General Public License as published by
45 the Free Software Foundation; either version 3 of the License, or
46 (at your option) any later version.
47
48 GNU tar is distributed in the hope that it will be useful,
49 but WITHOUT ANY WARRANTY; without even the implied warranty of
50 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51 GNU General Public License for more details.
52
53 You should have received a copy of the GNU General Public License
54 along with this program.  If not, see <http://www.gnu.org/licenses/>.