aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-02-24 11:38:44 -0700
committerChris Lalancette <clalance@redhat.com>2010-02-24 14:29:27 -0500
commitc560fc4933f250c54fb57bdf0f8c2b9a043e141e (patch)
treec7e2e93914a15b254a0cb6ae935ce27956e97cf4 /README-hacking
parentIgnore SIGWINCH in remote client call to poll(2) (RHBZ#567931). (diff)
downloadlibvirt-c560fc4933f250c54fb57bdf0f8c2b9a043e141e.tar.gz
libvirt-c560fc4933f250c54fb57bdf0f8c2b9a043e141e.tar.bz2
libvirt-c560fc4933f250c54fb57bdf0f8c2b9a043e141e.zip
maint: relax git minimum version
Requiring git 1.6.4, just for the optional GNULIB_SRCDIR support, was too harsh. Resynchronize from gnulib. * .gnulib: Import from latest gnulib. * bootstrap: Re-synchronize from .gnulib/build-aux. * bootstrap.conf: Drop git to 1.5.5. * README-hacking: Document use of GNULIB_SRCDIR.
Diffstat (limited to 'README-hacking')
-rw-r--r--README-hacking9
1 files changed, 7 insertions, 2 deletions
diff --git a/README-hacking b/README-hacking
index 4105a3ee6..80b022ca8 100644
--- a/README-hacking
+++ b/README-hacking
@@ -12,8 +12,7 @@ requirements on anyone wishing to build from the just-checked-out sources.
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.
+the bootstrap script.
Valgrind <http://valgrind.org/> is also highly recommended, if
Valgrind supports your architecture. See also README-valgrind.
@@ -28,6 +27,12 @@ You can get a copy of the source repository like this:
$ git clone git://libvirt.org/libvirt
$ cd libvirt
+As an optional step, if you already have a copy of the gnulib git
+repository on your hard drive, then you can use it as a reference to
+reduce download time and disk space requirements:
+
+ $ export GNULIB_SRCDIR=/path/to/gnulib
+
The next step is to get all required pieces from gnulib,
to run autoreconf, and to invoke ./configure: