Changes between Version 72 and Version 73 of Windows build instructions
- Timestamp:
- Aug 9, 2020 11:26:26 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Windows build instructions
v72 v73 84 84 ''Use `--with-libxml2=` to specify the path for configure.vbs.'' 85 85 86 * '''OpenSSL 1.1.1''' or later. Grab the binaries from: [[BR]] 87 https://slproweb.com/products/Win32OpenSSL.html [[BR]] 88 ''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.'' 89 86 90 * the '''zlib''' library. Grab the sources from: [[BR]] 87 91 http://www.zlib.net/ [[BR]] 88 92 Actually the tarball includes `zlib` in the '`src\libs`' directory so downloading this library is only necessary if you need a more recent version. In that case look for `SDK_VBOX_ZLIB_INCS` and `SDK_VBOX_ZLIB_LIBS` in `Config.kmk` and override these entries in your `LocalConfig.kmk` accordingly. See [#LocalConfig below] for some notes about using `LocalConfig.kmk` to override the default build configuration). 89 90 93 91 94 === Manual compilation of certain prerequisites ===