Skip to content

Instantly share code, notes, and snippets.

@holms
Last active January 31, 2019 23:38
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save holms/8324973 to your computer and use it in GitHub Desktop.
Save holms/8324973 to your computer and use it in GitHub Desktop.
Install virt-manager osx
git clone git://git.fedorahosted.org/virt-manager.git
cd virt-manager
sudo port -v install intltool py27-pygtk
sudo python setup.py install
@jamesooden
Copy link

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.

@jeffreywildman
Copy link

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

@Gondagar
Copy link

Я ничего не понял)))

@tirrorex
Copy link

Thanks for the brew version.
How can one install libvirtd and qemu-kvm required to launch vm with virt-manager?

@66Ton99
Copy link

66Ton99 commented Sep 22, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment