Last active
January 31, 2019 23:38
-
-
Save holms/8324973 to your computer and use it in GitHub Desktop.
Install virt-manager osx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone git://git.fedorahosted.org/virt-manager.git | |
cd virt-manager | |
sudo port -v install intltool py27-pygtk | |
sudo python setup.py install | |
There are also a couple of other dependencies that need to be satisfied after libvirt-glib. I managed to get virt-manager installed and running using homebrew, albeit it is missing a few features. I've created a homebrew tap for others to check out and experiment with:
https://github.com/jeffreywildman/homebrew-virt-manager
Я ничего не понял)))
Thanks for the brew version.
How can one install libvirtd and qemu-kvm required to launch vm with virt-manager?
Repo was moved to https://github.com/virt-manager/virt-manager
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, there is an --enable-introspection on the configure for libvirt-glib, however it does not detect the gobject-introspection library (which it is doing via a package tool). Anyway I bet if I could ever git this LibvirtGlib.typelib file built virt-manager would run.