X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=INSTALL;fp=INSTALL;h=8ad654e560bfec4b7cd3b0e7402e15497a8c3532;hb=782458a90679f6b3cf04c7a2090d45bff6adfc3b;hp=0000000000000000000000000000000000000000;hpb=5c769275ec6fe4ad70f33c88df082824187a23e6;p=virt-tools.git diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..8ad654e --- /dev/null +++ b/INSTALL @@ -0,0 +1,48 @@ +virt-tools - virtual machine info and statistics +Copyright (C) Red Hat Inc. 2009 +---------------------------------------------------------------------- + + +Requirements +---------------------------------------------------------------------- + +In the host: + + Perl 5 + + Perl modules: + + - Net::SNMP + + - Sys::Virt (Perl bindings for libvirt) + + - Sys::Guestfs (part of libguestfs) [optional] + + pod2man (usually part of Perl) + + libvirt + + libguestfs + + fping + +In the guest, for Unix/Linux guests: + + net-snmp (a portable SNMP server, nothing to do with Perl Net::SNMP) + + +Build and install +---------------------------------------------------------------------- + +To build and install on a Unix/Linux system you would do: + + ./configure + make + +as root: + + make install + +Note that this installs everything (client scripts which should be run +on the host, and the service configuration which should be run in the +guest).