README-alpha 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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 packages
  5. to build GNU tar:
  6. autoconf 2.57
  7. automake 1.7.5
  8. bison 1.875
  9. gettext 0.12.1
  10. sed 3.0
  11. wget 1.7
  12. Before building the package, run bootstrap. You will need a POSIX
  13. compliant shell to do so. The bootstrap utility obtains various
  14. additional files from the CVS repository and the Translation Project
  15. site and prepares the source directory for building. The exact way
  16. of invoking bootstrap depends on whether you have the sources for gnulib
  17. installed somewhere on your system and on the method you use to access
  18. the CVS at savannah.
  19. If you already have gnulib sources on your machine, run:
  20. ./bootstrap --gnulib-srcdir=DIRNAME
  21. Otherwise, if you have developer's access to savannah:
  22. a) if you access CVS via ssh, set the environment variable CVS_RSH
  23. to ssh and run ./bootstrap without arguments.
  24. b) if you access CVS via Kerberos, run
  25. ./bootstrap --cvs-auth=gserver
  26. Othervise, if you are not a member of Savannah, run
  27. ./bootstrap --cvs-auth=pserver
  28. When prompted for a password for anoncvs, simply press the Enter key.
  29. Copyright (C) 2001, 2003 Free Software Foundation, Inc.
  30. This file is part of GNU tar.
  31. GNU tar is free software; you can redistribute it and/or modify
  32. it under the terms of the GNU General Public License as published by
  33. the Free Software Foundation; either version 2, or (at your option)
  34. any later version.
  35. GNU tar is distributed in the hope that it will be useful,
  36. but WITHOUT ANY WARRANTY; without even the implied warranty of
  37. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  38. GNU General Public License for more details.
  39. You should have received a copy of the GNU General Public License
  40. along with tar; see the file COPYING. If not, write to
  41. the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  42. Boston, MA 02111-1307, USA.