Created
July 12, 2014 16:23
-
-
Save sshnaidm/cd591f607447bbeaba4d to your computer and use it in GitHub Desktop.
libvirt compile
This file contains hidden or 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
sudo apt-get install libyajl-dev libnl-dev libdevmapper-dev libpciaccess-dev uuid-dev | |
wget http://libvirt.org/sources/libvirt-1.2.5.tar.gz | |
tar -zxvf libvirt-1.2.5.tar.gz | |
cd libvirt-1.2.5/ | |
make clean; ./configure --localstatedir=/var --sysconfdir=/etc --prefix=/usr ; make | |
sudo make install | |
sudo start libvirt-bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment