From 3e565eb3a6a6d8992489195f5c0fd84d4246b800 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Thu, 2 Jul 2009 09:51:34 +0100 Subject: maint: generalize the development prerequisites docs * README-hacking: Add a little more high level info and merge notes on specific developer prerequisites into README-prereq * README-prereq: Remove the Fedora 8 specific information and generalize the information to be applicable to any system. --- README-hacking | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) (limited to 'README-hacking') diff --git a/README-hacking b/README-hacking index 555128f31..b72e54c82 100644 --- a/README-hacking +++ b/README-hacking @@ -9,33 +9,15 @@ See also HACKING for more detailed coreutils contribution guidelines. We've opted to keep only the highest-level sources in the GIT repository. This eases our maintenance burden, (fewer merges etc.), but imposes more requirements on anyone wishing to build from the just-checked-out sources. -Specific tools and versions will be checked for and listed by the -bootstrap script shown below, and will include: - -- Automake -- Autoconf -- Bison -- Gettext -- Git -- Gperf -- Gzip -- Perl -- Rsync -- Tar - -- Valgrind +Note the requirements to build the released archive are much less and +are just the requirements of the standard ./configure && make procedure. +Specific development tools and versions will be checked for and listed by +the bootstrap script. See README-prereq for specific notes on obtaining +these prerequisite tools. Valgrind is also highly recommended, if Valgrind supports your architecture. See also README-valgrind. -- XZ utils (successor to LZMA) - -This package's build procedure uses XZ to create a compressed -distribution tarball. Using this feature of Automake requires -version 1.10a or newer, as well as the xz program itself. -Make sure you have the latest version of the XZ Utils from - - While building from a just-cloned source tree may require installing a few prerequisites, later, a plain `git pull && make' should be sufficient. -- cgit v1.2.3-54-g00ecf