Skip to content

Instantly share code, notes, and snippets.

@kansi
Last active March 14, 2016 16:52
Show Gist options
  • Save kansi/ab18373f17eaec8b665e to your computer and use it in GitHub Desktop.
Save kansi/ab18373f17eaec8b665e to your computer and use it in GitHub Desktop.
Libvirt installation
install libvirt from source
http://nolimitsdesigns.com/game-design/ubuntu-14-04-libvirt-compile-and-install/
- download package
- install deps
sudo apt-get install gcc make pkg-config libxml2-dev libgnutls-dev libdevmapper-dev libcurl4-gnutls-dev python-dev libpciaccess-dev li
bxen-dev libnl-dev libyajl-dev uuid-dev
- ./autogen.sh --system
- sudo make
- sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment