README-alpha 3.6 KB

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