sudo apt-get install automake
sudo apt-get install libtool
./configure --target-list=x86_64-softmmu --prefix=/opt/qemu-2.0.0 --enable-kvm --enable-sdl
make
sudo make install
本文共 214 字,大约阅读时间需要 1 分钟。
sudo apt-get install automake
sudo apt-get install libtool
./configure --target-list=x86_64-softmmu --prefix=/opt/qemu-2.0.0 --enable-kvm --enable-sdl
make
sudo make install
转载于:https://blog.51cto.com/qihua/1430472