README: Document how to build from git.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 20 Jan 2011 16:13:24 +0000 (16:13 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 20 Jan 2011 16:19:19 +0000 (16:19 +0000)
README

diff --git a/README b/README
index d07b4d1..6ff7299 100644 (file)
--- a/README
+++ b/README
@@ -10,17 +10,24 @@ developers and people compiling from source.
 Compiling and installing
 ----------------------------------------------------------------------
 
-Build:
+Build from a tarball:
 
   ./configure
   make
 
-If you want to run the automated tests:
+Build from git (http://git.annexia.org/?p=virt-what.git;a=summary):
+
+  autoreconf -i
+  autoconf
+  ./configure
+  make
+
+Run the automated regression tests:
 
   make check
 
-If you want to run it from the local directory, then you have to set
-the PATH:
+If you want to run it from the local directory (without needing to
+install), then you have to set the PATH:
 
   PATH=.:$PATH virt-what