VirtualBox开源代码如何生成release包?
VirtualBox开源代码如何生成release包参考资料:https://www.jianshu.com/p/dec9a3330b01
https://github.com/VirtualBoBs/build-virtualbox-in-windows
https://www.virtualbox.org/wiki/Download_Old_Builds_6_0 本帖最后由 MSLOS 于 2022-7-14 00:55 编辑
直接按教程一步步编译就行了
官方的wiki已经说了
To build, use the kmk command after you have entered our development environment. This is the make command of kBuild, our homegrown build system. (To avoid confusion with an already installed make program, our make has been renamed to kmk). With kBuild, the BUILD_TYPE environment variable determines what type is built and can be release (enable compiler optimizations, strip debug and profiling code), debug (for debugging) or profile (for profiling). The default is release.
想要编译啥就改BUILD_TYPE这个环境变量, 默认编译的是release
页:
[1]