8ad654e560bfec4b7cd3b0e7402e15497a8c3532
[virt-tools.git] / INSTALL
1 virt-tools - virtual machine info and statistics
2 Copyright (C) Red Hat Inc. 2009
3 ----------------------------------------------------------------------
4
5
6 Requirements
7 ----------------------------------------------------------------------
8
9 In the host:
10
11   Perl 5
12
13   Perl modules:
14
15    - Net::SNMP
16
17    - Sys::Virt (Perl bindings for libvirt)
18
19    - Sys::Guestfs (part of libguestfs) [optional]
20
21   pod2man (usually part of Perl)
22
23   libvirt
24
25   libguestfs
26
27   fping
28
29 In the guest, for Unix/Linux guests:
30
31   net-snmp (a portable SNMP server, nothing to do with Perl Net::SNMP)
32
33
34 Build and install
35 ----------------------------------------------------------------------
36
37 To build and install on a Unix/Linux system you would do:
38
39   ./configure
40   make
41
42 as root:
43
44   make install
45
46 Note that this installs everything (client scripts which should be run
47 on the host, and the service configuration which should be run in the
48 guest).