| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 | This is GNU tar.This is a *pre-release* version, and not ready for production use yet.Please send comments and problem reports to <bug-tar@gnu.org>.If you have taken the sources from CVS you will need the followingpackages (or later) to build GNU tar.  We don't make any extra effortto accommodate older versions of these packages, so please make surethat you have the latest stable version.- Automake <http://www.gnu.org/software/automake/>- Autoconf <http://www.gnu.org/software/autoconf/>- Bison <http://www.gnu.org/software/bison/>- Gettext <http://www.gnu.org/software/gettext/>- Gzip <http://www.gnu.org/software/gzip/>- M4 <http://www.gnu.org/software/m4/>- Texinfo <http://www.gnu.org/software/texinfo>- Wget <http://www.gnu.org/software/wget/>As of this writing, the latest stable version of Gzip is 1.2.4 but wesuggest using test version 1.3.5 (or later, if one becomes available).Valgrind <http://valgrind.org/> is also highly recommended, ifValgrind supports your architecture.Before building the package, run "bootstrap".  It will obtain gnuliband paxutils files from their Git repositories on Savannah.  Then, it willfetch the po files from tar page at Translation Project, and, finally, itwill start autoconfiguration process.  Simply running bootstrap withoutarguments should do in most cases.Bootstrap reads its configuration from file bootstrap.conf located on thetop of tar source tree.  Several options are provided that modify itsbehavior.  Run 'bootstrap --help' for a list.To only fetch auxiliary files from the network, run ./autopull.sh.To only generate files such as 'configure', without accessing thenetwork, run ./autogen.sh.  The 'bootstrap' script does both.Copyright 2001-2022 Free Software Foundation, Inc.This file is part of GNU tar.GNU tar is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 3 of the License, or(at your option) any later version.GNU tar is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with this program.  If not, see <http://www.gnu.org/licenses/>.
 |