]> Dogcows Code - chaz/tar/blob - README-alpha
Updated
[chaz/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. If we discover that
9 newer versions are needed to bootstrap, we'll update the version
10 numbers in this list.
11
12 autoconf 2.59
13 automake 1.8
14 bison 1.875
15 gettext 0.12.1
16 m4 1.4
17 wget 1.7
18
19 For GNU m4 1.4, we recommend also installing the `translit' patch; see
20 Debian bug 211477 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=211477>.
21 This patch is bundled into Debian m4 1.4-17 or later.
22
23 Before building the package, run "bootstrap". It obtains various
24 additional files from the CVS repository and the Translation Project
25 site and prepares the source directory for building.
26
27 When run without arguments, bootstrap will try to obtain gnulib files
28 from CVS repository on savannah using anonymous SSH access. Then, it
29 will fetch the po files from tar page at Translation Project, and,
30 finally, it will start autoconfiguration process. Simply running
31 it without arguments should do in most cases. Several options
32 allow to control the behavior of bootstrap:
33
34
35 --gnulib-srcdir=DIRNAME Specify the local directory where gnulib
36 sources reside. Use this if you already
37 have gnulib sources on your machine, and
38 do not want to waste your bandwidth dowloading
39 them again.
40 --cvs-auth=METHOD Set the CVS access method used for downloading
41 gnulib files. METHOD is one of the keywords
42 accepted by cvs -d option (see info cvs
43 repository).
44 --cvs-user=USERNAME Set the CVS username to be used when accessing
45 the gnulib repository.
46 --no-po Do not download po files.
47
48 Notice also that when using CVS authentication method "ext", bootstrap
49 will set the variable CVS_RSH to "ssh", unless it is already set to
50 some other value.
51
52 \f
53
54 Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
55
56 This file is part of GNU tar.
57
58 GNU tar is free software; you can redistribute it and/or modify
59 it under the terms of the GNU General Public License as published by
60 the Free Software Foundation; either version 2, or (at your option)
61 any later version.
62
63 GNU tar is distributed in the hope that it will be useful,
64 but WITHOUT ANY WARRANTY; without even the implied warranty of
65 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
66 GNU General Public License for more details.
67
68 You should have received a copy of the GNU General Public License
69 along with tar; see the file COPYING. If not, write to
70 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
71 Boston, MA 02111-1307, USA.
72
This page took 0.034195 seconds and 5 git commands to generate.