README-alpha 2.0 KB

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