diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README-hacking | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-09-03 Jim Meyering <jim@meyering.net> + + * README-hacking: Require rsync, rather than wget. + 2007-09-02 Jim Meyering <jim@meyering.net> * bootstrap (WGET_COMMAND): Remove code to set this variable. diff --git a/README-hacking b/README-hacking index ac4f47d4d..3539d7378 100644 --- a/README-hacking +++ b/README-hacking @@ -18,8 +18,8 @@ tools we depend upon, including: - Gperf <http://www.gnu.org/software/gperf/> - Gzip <http://www.gnu.org/software/gzip/> - Perl <http://www.cpan.org/> +- Rsync <http://samba.anu.edu.au/rsync/> - Tar <http://www.gnu.org/software/tar/> -- Wget <http://www.gnu.org/software/wget/> Valgrind <http://valgrind.org/> is also highly recommended, if Valgrind supports your architecture. |