Advertisement
jintack

Untitled

Feb 7th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #!/bin/bash
  2. cd /srv/vm/qemu
  3. git remote add qemu git://git.qemu.org/qemu.git
  4. git fetch qemu
  5. git checkout v2.8.0
  6. make -j 20
  7. make install
  8.  
  9. cd ~
  10. git clone https://github.com/libvirt/libvirt.git -b v3.0.0
  11. apt-get update
  12. apt-get -y install autopoint xsltproc libnl-dev libxml2-dev libyajl-dev libdevmapper-dev libpciaccess-dev
  13. cd libvirt
  14. ./autogen.sh --system
  15. make -j20
  16. make install
  17. reboot now
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement