按照网上的教程配置环境:
https://www.cnblogs.com/jessehzj/p/8476305.html
出现问题:
1、进行./configure: ./configure --disable-kvm --target-list="i386-softmmu x86_64-softmmu"出错。
- 添加C++编译器
- 安装一些库文件,详细见下面网站:
https://blog.csdn.net/weimingyu945/article/details/50013251
https://zhuanlan.zhihu.com/p/58143429
- autoreconf: not found:使用命令sudo apt-get install autoconf automake libtool。