VirtualBox

Changes between Version 66 and Version 67 of Windows build instructions


Ignore:
Timestamp:
Jun 21, 2017 11:02:01 AM (7 years ago)
Author:
Frank Mehnert
Comment:

Cosmetic updates

Legend:

Unmodified
Added
Removed
Modified
  • Windows build instructions

    v66 v67  
    6262 * '''code signing utilities''' (64-bit Windows only). [[BR]]
    6363 Normally part of the WDK: `certmgr.exe`, `makecert.exe`, `signtool.exe` and so on.[[BR]]
    64  ''Use '''`VBOX_PATH_SIGN_TOOLS=`''' in `LocalConfig.kmk` to set the path to `signtool.exe` tool''[[BR]]
    65  ''Use '''`VBOX_INF2CAT=`''' in `LocalConfig.kmk` to set the path to the `inf2cat.exe` tool''
     64 ''Use ''`VBOX_PATH_SIGN_TOOLS=\path\to\signtool.exe`'' in `LocalConfig.kmk` to set the path to `signtool.exe` tool.''[[BR]]
     65 ''Use ''`VBOX_INF2CAT=\path\to\inf2cat.exe`'' in `LocalConfig.kmk` to set the path to the `inf2cat.exe` tool.''
    6666
    6767 * ''Optional:'' '''NSIS 2.51''', only needed if you want to build the Guest Additions including the installer. Required plugins: `NsSCM`, `AccessContro`, `NsProcess` and `nsisunz`. Grab the sources or setup from: [[BR]]
    6868 https://sourceforge.net/projects/nsis/files/NSIS%202/2.51/ [[BR]]
    69  ''Use '''`VBOX_PATH_NSIS=`''' in `LocalConfig.kmk` to set the path to this package.
     69 ''Use ''`VBOX_PATH_NSIS=`'' in `LocalConfig.kmk` to set the path to this package.''
    7070
    7171 * ''Optional:'' '''gSOAP 2.8.x''', only needed if you want to build the webservice API server. Grab the sources from: [[BR]]
    7272 http://sourceforge.net/projects/gsoap2/files/gSOAP/gSOAP%202.7.12%20stable/ [[BR]]
    73  Add `VBOX_PATH_GSOAP=/path/to/gsoap-VERSION/gsoap` and `VBOX_GSOAP_INSTALLED=1` to your `LocalConfig.kmk` file (no autodetection from configure.vbs).[[BR]]
    74  ''Add `VBOX_WITH_WEBSERVICES=` to `LocalConfig.kmk` to disable building + packing the webservice API server.''
     73 ''Add ''`VBOX_PATH_GSOAP=\path\to\gsoap-VERSION\gsoap`'' and ''`VBOX_GSOAP_INSTALLED=1`'' to your `LocalConfig.kmk` file (no autodetection from configure.vbs).''[[BR]]
     74 ''Add ''`VBOX_WITH_WEBSERVICES=`'' to `LocalConfig.kmk` to disable building + packing the webservice API server.''
    7575
    7676 * ''Optional:'' '''Java SE 6 JDK''', only needed if you want to build Java API bindings, both webservice and COM. Grab the binaries from: [[BR]]
     
    7979 * ''Optional:'' '''AutoIt v3 3.2.10''', only needed if you want to package the Guest Additions. Grab the binaries from: [[BR]]
    8080 https://www.autoitscript.com/site/autoit/ [[BR]]
    81  ''Use `VBOX_PATH_AUTOIT3=PATH` in `LocalConfig.kmk` to set the path to this package. `PATH` should contain the Aut2Exe directory.''
     81 ''Use ''`VBOX_PATH_AUTOIT3=\path\to\autoit3`'' in `LocalConfig.kmk` to set the path to this package. `PATH` should contain the Aut2Exe directory.''
    8282
    8383 * ''Optional:'' '''Driver Install Frameworks (DIFx) 2.1''', only needed if you want to package the Guest Additions. See[[BR]]
    8484 https://support.microsoft.com/en-us/help/910189/information-about-updates-for-driver-install-frameworks-difx-tools [[BR]]
    85  ''Use `VBOX_PATH_DIFX=PATH` in `LocalConfig.kmk` to set the path to this package.''
     85 ''Use ''`VBOX_PATH_DIFX=\path\to\DIFx`'' in `LocalConfig.kmk` to set the path to this package.''
    8686
    8787 * ''Optional:'' '''`mkisofs.exe`''', only needed if you want to package the Guest Additions. Grab the package from[[BR]]
    8888 http://opensourcepack.blogspot.de/p/cdrtools.html [[BR]]
    89  ''Use `VBOX_MKISOFS=PATH_TO_BINARY` in `LocalConfig.kmk` to set the path to the `mkisofs.exe` binary.''
     89 ''Use ''`VBOX_MKISOFS=\path\to\mkisofs.exe`'' in `LocalConfig.kmk` to set the path to the `mkisofs.exe` binary.''
    9090
    9191 * ''Optional:'' '''`zip.exe`''', only needed if you want to package the Validation Kit (disable with `VBOX_WITH_VALIDATIONKIT=` in `LocalConfig.kmk`). Grab the package from[[BR]]
    92  http://gnuwin32.sourceforge.net/packages/zip.htm
    93  ''Use `VBOX_ZIP=PATH` in `LocalConfig.kmk` to set the path to the `zip.exe` binary.''
     92 http://gnuwin32.sourceforge.net/packages/zip.htm [[BR]]
     93 ''Use ''`VBOX_ZIP=\path\to\zip.exe`'' in `LocalConfig.kmk` to set the path to the `zip.exe` binary.''
    9494
    9595 * ''Optional:'' '''WIX toolset 3.8.1128''', only needed if you want to package !VirtualBox. Grab the binaries from [[BR]]
    9696 http://wixtoolset.org/releases/ [[BR]]
    97  ''Use `VBOX_WIX_PATH=PATH` in `LocalConfig.kmk` to set the path to this package.''
     97 ''Use ''`VBOX_WIX_PATH=\path\to\WIX`'' in `LocalConfig.kmk` to set the path to this package.''
    9898
    9999 * ''Optional:'' '''WiSumInf.vbs SDK script''', only needed if you want to package !VirtualBox. The required script is[[BR]]
    100100 `sdk-v7.1\Samples\sysmgmt\msi\scripts\WiSumInf.vbs` (see SDK 7.1 prerequisite above) [[BR]]
    101  ''Use `VBOX_PATH_WISUMINFO=...WiSumInf.vbs` in `LocalConfig.kmk` to set the path to this script.''
     101 ''Use ''`VBOX_PATH_WISUMINFO=\path\to\WiSumInf.vbs`'' in `LocalConfig.kmk` to set the path to this script.''
    102102
    103103=== Manual compilation of certain prerequisites ===

© 2023 Oracle
ContactPrivacy policyTerms of Use