diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-10 00:34:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-10 00:34:31 -0300 |
commit | 5614d7b8d387cf5ddeec7c9ba8e37d7946f1f360 (patch) | |
tree | bdc546a202e6a9d4d884c4893cebe7611ce35e7b | |
parent | b8c789fa4d9b29c824bf7e6de50a298c6750e9e0 (diff) | |
download | kvmx-5614d7b8d387cf5ddeec7c9ba8e37d7946f1f360.tar.gz kvmx-5614d7b8d387cf5ddeec7c9ba8e37d7946f1f360.tar.bz2 |
Updates README
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -11,6 +11,16 @@ or integration. In the other hand, if you're looking for a small application that doesn't depend on software installed from unstrusted sources, you'll feel welcome here :) +## Dependencies + +KVMX currently needs a Debian-based system and the following dependencies: + + sudo apt install git virt-viewer spice-client spice-client-gtk + +If you plan to create guest images, you may also want the following packages: + + sudo apt install debootstrap grub-pc parted vmdebootstrap mbr libguestfs-tools + ## Instalation Simply clone it and add to your `$PATH`: |