BreadvmBox编译指南

  • 环境需求

Windows 10, Windows 8.1, Windows 8 or Windows 7. 64bit

  • 安装软件

Visual Studio 2010 with service pack 1.
Windows Driver Development Kit (WDK) v7.1 下载
Python 2.7.x 下载
Git 下载
VirtualBox 官方文档 用来参考.
其中需求的很多库 MingW QT cURL OpenSSL 已经附带

  • 下载源代码

git clone git@gitee.com:android-emu/BreadvmBox.git
或者
git clone git@github.com:breadvm/BreadvmBox.git

如果你只是想要编译 VirtialBox 那就 checkout 下tag
git checkout vbox

  • 编译代码

source\VirtualBox\run64.bat 查看编辑下你的软件安装目录
打开 vs 64位 命令行.
cd sourceVirtualBox
run64.bat
env
kmk

编译结果在 source\VirtualBox\out 目录下.