From: Chen Hanxiao Date: Tue, 6 May 2014 07:02:29 +0000 (+0800) Subject: docs: update README-hacking X-Git-Tag: v1.2.5-rc1~103 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16c19ec1629faf34194d067d216ad516a4a401f2;p=thirdparty%2Flibvirt.git docs: update README-hacking We don't have a "README-valgrind" file. So remove related description. Signed-off-by: Chen Hanxiao Signed-off-by: Eric Blake --- diff --git a/README-hacking b/README-hacking index 80b022ca8a..4e02fd854c 100644 --- a/README-hacking +++ b/README-hacking @@ -15,7 +15,7 @@ Specific development tools and versions will be checked for and listed by the bootstrap script. Valgrind is also highly recommended, if -Valgrind supports your architecture. See also README-valgrind. +Valgrind supports your architecture. While building from a just-cloned source tree may require installing a few prerequisites, later, a plain `git pull && make' should be sufficient.