README-alpha 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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, so please make sure
  7. that you have the latest stable version.
  8. - Automake <http://www.gnu.org/software/automake/>
  9. - Autoconf <http://www.gnu.org/software/autoconf/>
  10. - Bison <http://www.gnu.org/software/bison/>
  11. - Gettext <http://www.gnu.org/software/gettext/>
  12. - Gzip <http://www.gnu.org/software/gzip/>
  13. - M4 <http://www.gnu.org/software/m4/>
  14. - Wget <http://www.gnu.org/software/wget/>
  15. Before building the package, run "bootstrap". It obtains various
  16. additional files from the CVS repository and the Translation Project
  17. site and prepares the source directory for building.
  18. When run without arguments, bootstrap will try to obtain gnulib and
  19. paxutils files from their corresponding CVS repositories on Savannah
  20. using anonymous SSH access. Then, it will fetch the po files from tar
  21. page at Translation Project, and, finally, it will start autoconfiguration
  22. process. Simply running it without arguments should do in most cases.
  23. Several options allow to control the behavior of bootstrap:
  24. --gnulib-srcdir=DIRNAME Specify the local directory where gnulib
  25. sources reside. Use this if you already
  26. have gnulib sources on your machine, and
  27. do not want to waste your bandwidth dowloading
  28. them again.
  29. --paxutils-srcdir=DIRNAME Specify the local directory where paxutils
  30. sources reside. Use this if you already
  31. have paxutils sources on your machine, and
  32. do not want to waste your bandwidth dowloading
  33. them again.
  34. --cvs-auth=METHOD Set the CVS access method used for downloading
  35. gnulib files. METHOD is one of the keywords
  36. accepted by cvs -d option (see info cvs
  37. repository).
  38. --cvs-user=USERNAME Set the CVS username to be used when accessing
  39. the gnulib repository.
  40. --no-po Do not download po files.
  41. Notice also that when using CVS authentication method "ext", bootstrap
  42. will set the variable CVS_RSH to "ssh", unless it is already set to
  43. some other value.
  44. Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
  45. This file is part of GNU tar.
  46. GNU tar is free software; you can redistribute it and/or modify
  47. it under the terms of the GNU General Public License as published by
  48. the Free Software Foundation; either version 2, or (at your option)
  49. any later version.
  50. GNU tar is distributed in the hope that it will be useful,
  51. but WITHOUT ANY WARRANTY; without even the implied warranty of
  52. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  53. GNU General Public License for more details.
  54. You should have received a copy of the GNU General Public License
  55. along with tar; see the file COPYING. If not, write to
  56. the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  57. Boston, MA 02110-1301, USA.