Changes between Version 55 and Version 56 of Windows build instructions
- Timestamp:
- Jun 9, 2017 10:59:00 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Windows build instructions
v55 v56 109 109 This step will fail for a 64-bit (`amd64`) target if the Guest Additions are part of the build process (which is the default). It will complain about a dependency to `VBoxOGL*` libraries in `out\win.x86\release\bin\additions`. In that case, create the 32-bit Guest Additions by executing 110 110 {{{ 111 kmk VBOX_ONLY_ADDITIONS KBUILD_TARGET_ARCH=x86111 kmk VBOX_ONLY_ADDITIONS=1 KBUILD_TARGET_ARCH=x86 112 112 }}} 113 113 After that, type `kmk packing` again and it should succeed.