README-hacking 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. These notes intend to help people working on the Git version of
  2. this package.
  3. * Requirements
  4. You need the following packages to build the Git version of GNU
  5. tar. We do not make any efforts to accommodate older versions of
  6. these packages, so please make sure that you have the latest stable
  7. version.
  8. - Automake <http://www.gnu.org/software/automake/>
  9. - Autoconf <http://www.gnu.org/software/autoconf/>
  10. - M4 <http://www.gnu.org/software/m4/>
  11. - Texinfo <http://www.gnu.org/software/texinfo>
  12. - Git <http://git.or.cz>
  13. * Bootstrapping
  14. Obviously, if you are reading these notes, you did manage to clone
  15. tar from Git. The next step is to get other files needed to build,
  16. which are extracted from other source packages:
  17. 1. Change to the source tree directory
  18. cd tar
  19. 2. Run
  20. ./bootstrap
  21. Once done, proceed as described in the file README (section
  22. INSTALLATION).
  23. Normally you will have to run bootstrap only once. However, if you
  24. intend to hack on GNU tar, you might need to run it again later.
  25. There are lots of options that you may find useful in this case.
  26. See 'bootstrap --help' for a detailed list.
  27. * Copyright information
  28. Copyright 2007-2009, 2013-2016 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 3 of the License, or
  33. (at your option) 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 this program. If not, see <http://www.gnu.org/licenses/>.
  40. ^L
  41. Local Variables:
  42. mode: outline
  43. paragraph-separate: "[ ^L]*$"
  44. version-control: never
  45. End: