2d1bc290559973a00420ed1f30f9b43710e502c4
[virt-what.git] / README
1 virt-what
2 Copyright (C) 2008-2009 Red Hat Inc.
3 ----------------------------------------------------------------------
4
5 This is a collection of scripts which you can use to work out what
6 sort of virtualization you are running inside.
7
8 Build:
9
10   ./configure
11   make
12
13 If you want to run the automated tests:
14
15   make check
16
17 If you want to run it from the local directory, then you have to set
18 the PATH:
19
20   PATH=.:$PATH virt-what
21
22 or since virt-what normally needs to be run as root:
23
24   su -c 'PATH=.:$PATH virt-what'
25
26 To install (usually as root):
27
28   make install
29
30 also:
31
32   make prefix=/usr install
33   make DESTDIR=/tmp/somewhere install