Skip to content

Instantly share code, notes, and snippets.

@nivertech
Created May 29, 2014 01:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nivertech/ea41abd099161c832d44 to your computer and use it in GitHub Desktop.
Save nivertech/ea41abd099161c832d44 to your computer and use it in GitHub Desktop.
How to build qemu on Debian/Ubuntu
wget http://wiki.qemu-project.org/download/qemu-2.0.0.tar.bz2
tar -xvpf qemu-2.0.0.tar.bz2
cd qemu-2.0.0/
./configure --target-list=x86_64-softmmu
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment