From 77e1dc20cad7b20b5c9365e0dcc1bc9344cc8faf Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 18 Jan 2011 21:23:37 +0000 Subject: [PATCH] Version 1.5. Also update instructions in README to cover running make check and running virt-what locally as root. --- README | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README b/README index a363ddb..2d1bc29 100644 --- a/README +++ b/README @@ -10,11 +10,19 @@ Build: ./configure make +If you want to run the automated tests: + + make check + If you want to run it from the local directory, then you have to set the PATH: PATH=.:$PATH virt-what +or since virt-what normally needs to be run as root: + + su -c 'PATH=.:$PATH virt-what' + To install (usually as root): make install diff --git a/configure.ac b/configure.ac index 9414e20..421a232 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -AC_INIT([virt-what],[1.4]) +AC_INIT([virt-what],[1.5]) AM_INIT_AUTOMAKE([foreign]) dnl Check for basic C environment. -- 1.8.3.1