]> git.ipfire.org Git - thirdparty/tar.git/blame - README-alpha
maint: remove unnecessary file
[thirdparty/tar.git] / README-alpha
CommitLineData
a0c65636 1This is GNU tar.
c05634ea 2
a0c65636 3This is a *pre-release* version, and not ready for production use yet.
c05634ea 4Please send comments and problem reports to <bug-tar@gnu.org>.
698e5f95 5
6de64217
PE
6If you have taken the sources from CVS you will need the following
7packages (or later) to build GNU tar. We don't make any extra effort
6bb5c17a
PE
8to accommodate older versions of these packages, so please make sure
9that you have the latest stable version.
45bf6a90 10
6bb5c17a
PE
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/>
6398dbe1 17- Texinfo <http://www.gnu.org/software/texinfo>
6bb5c17a 18- Wget <http://www.gnu.org/software/wget/>
6de64217 19
3070fff7
PE
20As of this writing, the latest stable version of Gzip is 1.2.4 but we
21suggest using test version 1.3.5 (or later, if one becomes available).
22
23Valgrind <http://valgrind.org/> is also highly recommended, if
24Valgrind supports your architecture.
25
6de64217 26Before building the package, run "bootstrap". It obtains various
a0c65636 27additional files from the CVS repository and the Translation Project
64dd6a38
SP
28site and prepares the source directory for building.
29
7347b4f5
SP
30When run without arguments, bootstrap will try to obtain gnulib and
31paxutils files from their corresponding CVS repositories on Savannah
32using anonymous SSH access. Then, it will fetch the po files from tar
33page at Translation Project, and, finally, it will start autoconfiguration
34process. Simply running it without arguments should do in most cases.
35Several options allow to control the behavior of bootstrap:
64dd6a38
SP
36
37 --gnulib-srcdir=DIRNAME Specify the local directory where gnulib
38 sources reside. Use this if you already
39 have gnulib sources on your machine, and
40 do not want to waste your bandwidth dowloading
41 them again.
7347b4f5
SP
42
43 --paxutils-srcdir=DIRNAME Specify the local directory where paxutils
44 sources reside. Use this if you already
45 have paxutils sources on your machine, and
46 do not want to waste your bandwidth dowloading
47 them again.
48
64dd6a38
SP
49 --cvs-auth=METHOD Set the CVS access method used for downloading
50 gnulib files. METHOD is one of the keywords
51 accepted by cvs -d option (see info cvs
52 repository).
7347b4f5 53
64dd6a38
SP
54 --cvs-user=USERNAME Set the CVS username to be used when accessing
55 the gnulib repository.
7347b4f5 56
64dd6a38
SP
57 --no-po Do not download po files.
58
59Notice also that when using CVS authentication method "ext", bootstrap
60will set the variable CVS_RSH to "ssh", unless it is already set to
61some other value.
a0c65636
SP
62
63\f
64
a0fb51e1 65Copyright (C) 2001, 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
a0c65636
SP
66
67This file is part of GNU tar.
68
69GNU tar is free software; you can redistribute it and/or modify
70it under the terms of the GNU General Public License as published by
a0fb51e1 71the Free Software Foundation; either version 3, or (at your option)
a0c65636
SP
72any later version.
73
74GNU tar is distributed in the hope that it will be useful,
75but WITHOUT ANY WARRANTY; without even the implied warranty of
76MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
77GNU General Public License for more details.
78
79You should have received a copy of the GNU General Public License
80along with tar; see the file COPYING. If not, write to
120e96c4
PE
81the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
82Boston, MA 02110-1301, USA.