You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#lockdown nick.penwarden #RB none #codereview justin.sargent [CL 3033489 by Alex Fennell in Main branch]
18 lines
902 B
Plaintext
18 lines
902 B
Plaintext
Windows
|
|
=======
|
|
You must install Perl and 7zip to build the openssl libraries
|
|
run uncompress_and_patch.bat <version to build>. This will uncompress the tar.gz package in <version to build> and apply any patches using xcopy.
|
|
To build the library for all compilers and architectures run build_openssl_win_all.bat <version to build>.
|
|
This will build the libraries and deploy them in the <version to build> subdirectory of the openssl root.
|
|
|
|
Mac OSX
|
|
=======
|
|
run build_openssl.sh <version to build>
|
|
|
|
Adding support for other Unix-like platforms
|
|
============================================
|
|
Edit build_openssl.sh and extend the first condifional block to define the correct values for the following variables:
|
|
* OPENSSL_DESTINATION_RELEASE
|
|
* BUILD_FINAL_DESTINATION
|
|
* OPENSSL_CONFIG_RELEASE
|
|
See the values specified for Mac OS X and the INSTALL file inside the openssl source archive for more information. |