README-alpha 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. This is GNU tar.
  2. This is a *pre-release* version, and not ready for production use yet.
  3. Please send comments and problem reports to <bug-tar@gnu.org>.
  4. If you have taken the sources from CVS you will need the following
  5. packages (or later) to build GNU tar. We don't make any extra effort
  6. to accommodate older versions of these packages. If we discover that
  7. newer versions are needed to bootstrap, we'll update the version
  8. numbers in this list.
  9. autoconf 2.57
  10. automake 1.7.5
  11. bison 1.875
  12. gettext 0.12.1
  13. m4 1.4
  14. wget 1.7
  15. For GNU m4 1.4, we recommend also installing the `translit' patch; see
  16. Debian bug 211477 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=211477>.
  17. This patch is bundled into Debian m4 1.4-17 or later.
  18. Before building the package, run "bootstrap". It obtains various
  19. additional files from the CVS repository and the Translation Project
  20. site and prepares the source directory for building. The exact way
  21. of invoking bootstrap depends on whether you have the sources for gnulib
  22. installed somewhere on your system and on the method you use to access
  23. the CVS at savannah.
  24. If you already have gnulib sources on your machine, run:
  25. ./bootstrap --gnulib-srcdir=DIRNAME
  26. Otherwise, if you have developer's access to savannah:
  27. a) if you access CVS via ssh, set the environment variable CVS_RSH
  28. to ssh and run ./bootstrap without arguments.
  29. b) if you access CVS via Kerberos, run
  30. ./bootstrap --cvs-auth=gserver
  31. Otherwise, if you are not a member of Savannah, run
  32. ./bootstrap --cvs-auth=pserver
  33. When prompted for a password for anoncvs, simply press the Enter key.
  34. Copyright (C) 2001, 2003 Free Software Foundation, Inc.
  35. This file is part of GNU tar.
  36. GNU tar is free software; you can redistribute it and/or modify
  37. it under the terms of the GNU General Public License as published by
  38. the Free Software Foundation; either version 2, or (at your option)
  39. any later version.
  40. GNU tar is distributed in the hope that it will be useful,
  41. but WITHOUT ANY WARRANTY; without even the implied warranty of
  42. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  43. GNU General Public License for more details.
  44. You should have received a copy of the GNU General Public License
  45. along with tar; see the file COPYING. If not, write to
  46. the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  47. Boston, MA 02111-1307, USA.