README-alpha 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. If we discover that
  7. newer versions are needed to bootstrap, we'll update the version
  8. numbers in this list.
  9. autoconf 2.59
  10. automake 1.8
  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.
  21. When run without arguments, bootstrap will try to obtain gnulib files
  22. from CVS repository on savannah using anonymous SSH access. Then, it
  23. will fetch the po files from tar page at Translation Project, and,
  24. finally, it will start autoconfiguration process. Simply running
  25. it without arguments should do in most cases. Several options
  26. allow to control the behavior of bootstrap:
  27. --gnulib-srcdir=DIRNAME Specify the local directory where gnulib
  28. sources reside. Use this if you already
  29. have gnulib sources on your machine, and
  30. do not want to waste your bandwidth dowloading
  31. them again.
  32. --cvs-auth=METHOD Set the CVS access method used for downloading
  33. gnulib files. METHOD is one of the keywords
  34. accepted by cvs -d option (see info cvs
  35. repository).
  36. --cvs-user=USERNAME Set the CVS username to be used when accessing
  37. the gnulib repository.
  38. --no-po Do not download po files.
  39. Notice also that when using CVS authentication method "ext", bootstrap
  40. will set the variable CVS_RSH to "ssh", unless it is already set to
  41. some other value.
  42. Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
  43. This file is part of GNU tar.
  44. GNU tar is free software; you can redistribute it and/or modify
  45. it under the terms of the GNU General Public License as published by
  46. the Free Software Foundation; either version 2, or (at your option)
  47. any later version.
  48. GNU tar is distributed in the hope that it will be useful,
  49. but WITHOUT ANY WARRANTY; without even the implied warranty of
  50. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  51. GNU General Public License for more details.
  52. You should have received a copy of the GNU General Public License
  53. along with tar; see the file COPYING. If not, write to
  54. the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  55. Boston, MA 02111-1307, USA.