diff options
-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`: |