Skip to content

Commit

Permalink
minor updates to README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan D. Payne committed Apr 26, 2011
1 parent 0f3c700 commit 870caae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ straightforward. Below are a few notes on the most obvious API changes:
For more details on using LibVMI, see the online documentation available at
http://vmitools.sandia.gov.

Python Interface
----------------
LibVMI is written in C. If you would rather work with Python, then look at
the tools/pyvmi/ directory after installing LibVMI. PyVMI provides a
feature complete python interface to LibVMI with a relatively small
performance overhead.

Dependencies
------------
The following libraries are used in building this code:
Expand All @@ -63,7 +70,7 @@ libvirt (from Red Hat, access to KVM guests, required for KVM support)
qemu-kvm patch (for KVM memory access, required for KVM support, see Note 2)
yacc OR bison (for reading the configuration file)
lex OR flex (for reading the configuration file)
glib (version 2.0 or better is required)
glib (version 2.22 or better is required)

Note 1: If you are installing a packaged version of Xen, you will likely
need to install something like 'xen-devel' to obtain the files needed
Expand Down

0 comments on commit 870caae

Please sign in to comment.