Merge pull request #41 from raildex1/patch-16

Updated qemu to 2.4.0.1
This commit is contained in:
Yan 2015-10-28 11:52:27 -07:00
commit 4707a6f0d3

View file

@ -1,7 +1,7 @@
#!/bin/bash
curl http://wiki.qemu-project.org/download/qemu-2.3.0.tar.bz2 | tar xvj
cd qemu-2.3.0
curl http://wiki.qemu-project.org/download/qemu-2.4.0.1.tar.bz2 | tar xvj
cd qemu-2.4.0.1
./configure --prefix=$(dirname $PWD)
make -j $(nproc)
make install