summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-01-20 16:13:24 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-01-20 16:19:19 +0000
commitfe3fbe4ec266cdf79f84202f6605ac301604059d (patch)
tree30ada72bf99dde741fd7fd27369fb6e2467aa7ff
parenta70ac5e9809724a80edb633dc23df512fdffab5e (diff)
downloadvirt-what-fe3fbe4ec266cdf79f84202f6605ac301604059d.tar.gz
virt-what-fe3fbe4ec266cdf79f84202f6605ac301604059d.tar.xz
virt-what-fe3fbe4ec266cdf79f84202f6605ac301604059d.zip
README: Document how to build from git.
-rw-r--r--README15
1 files changed, 11 insertions, 4 deletions
diff --git a/README b/README
index d07b4d1..6ff7299 100644
--- 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