From 33f9dd68b244d3d8c6afb9032413626ff62beda9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 9 Jan 2013 12:28:23 +0900 Subject: [PATCH 2/7] Refresh README file. --- README | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README b/README index 6a5692f..28db6c5 100644 --- a/README +++ b/README @@ -166,12 +166,12 @@ To build the Perl tools: Building ---------------------------------------------------------------------- -Then make the daemon, library and root filesystem: +Build the daemon, library and root filesystem: ./configure make -Finally run the tests: +Run the tests: make check @@ -189,6 +189,10 @@ some libvirt guests installed, that these guests' disks are accessible by the current user, and these tests may fail for other reasons which are not necessarily because of real problems. + make help + +lists all 'make' targets. + If everything works, you can install the library and tools by running this command as root: @@ -292,7 +296,7 @@ distributions. Non-Linux ports are trickier, but we will accept patches if they aren't too invasive. The main porting issues are with the dependencies needed to build the -appliance. You will need to port the febootstrap first +appliance. You will need to port febootstrap first (http://people.redhat.com/~rjones/febootstrap/). -- 1.7.11.7