Fix compression tests
[tar.git] / README-alpha
blobac4ae0e21086aa24e6f1bfd55c29f266c20d4109
1 This is GNU tar.
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>.
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.
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/>
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).
23 Valgrind <http://valgrind.org/> is also highly recommended, if
24 Valgrind supports your architecture.
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.
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.
38 Copyright 2001-2019 Free Software Foundation, Inc.
40 This file is part of GNU tar.
42 GNU tar is free software; you can redistribute it and/or modify
43 it under the terms of the GNU General Public License as published by
44 the Free Software Foundation; either version 3 of the License, or
45 (at your option) any later version.
47 GNU tar is distributed in the hope that it will be useful,
48 but WITHOUT ANY WARRANTY; without even the implied warranty of
49 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
50 GNU General Public License for more details.
52 You should have received a copy of the GNU General Public License
53 along with this program.  If not, see <http://www.gnu.org/licenses/>.