Changes between Version 63 and Version 64 of Windows build instructions
- Timestamp:
- Jun 15, 2017 7:28:49 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Windows build instructions
v63 v64 56 56 ''Use `--with-openssl=` to specify the path for configure.vbs. For building the 64-bit target you need to add `--with-openssl32=` to specify the path to the 32-bit OpenSSL development package as both OpenSSL variants (32-bit and 64-bit) are required then.'' 57 57 58 * '''Python 2.7.x''', needed to build Python API bindings, both webservice and COM. Also required to build the 3D support. Grab the binaries from: [[BR]] 59 http://www.python.org/download/releases/2.7.10/ [[BR]] 60 ''Use `--with-python=` to specify the path for configure.vbs.'' 61 58 62 * '''code signing utilities''' (64-bit Windows only). [[BR]] 59 63 Normally part of the WDK: `certmgr.exe`, `makecert.exe`, `signtool.exe` and so on. … … 67 71 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]] 68 72 ''Add `VBOX_WITH_WEBSERVICES=` to `LocalConfig.kmk` to disable building + packing the webservice API server.'' 69 70 * ''Optional:'' '''Python 2.7.x''', only needed if you want to build Python API bindings, both webservice and COM. Grab the binaries from: [[BR]]71 http://www.python.org/download/releases/2.7.10/ [[BR]]72 ''Use `--with-python=` to specify the path for configure.vbs.''73 73 74 74 * ''Optional:'' '''Java SE 6 JDK''', only needed if you want to build Java API bindings, both webservice and COM. Grab the binaries from: [[BR]]