Skip to content

litehelpers/OpenSSL-WinRT-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSSL-WinRT-build

Contains script to produce OpenSSL static libraries for Windows8.1/Store and Windows10/UWP. Custom Micrsoft fork is currently used so that generated libs could pass Windows Submission.

Installation Instructions

Requirements

To clone the repo

  git clone --recursive https://github.com/sgrebnov/OpenSSL-WinRT-build

or

git clone https://github.com/sgrebnov/OpenSSL-WinRT-build
cd OpenSSL-WinRT-build
git submodule update --init --recursive

Build

Run build.cmd from repo root folder. Upon successful build you should see the following message

"Build completed; results could be found in './build' folder"

The build script will create build folder with the following build artefacts:

  • build/include - contains header files (includes)
  • build/libs/win81/(win32|x64|arm)/libeay32.lib - generated openssl static libraries for Windows8.1 (both desktop/tablet and phone)
  • build/libs/uwp/(win32|x64|arm)/libeay32.lib - generated openssl static libraries for Windows10 (Universal Windows Platform)

Note: build takes a long time, 10-20mins.

Copyrights

LICENSE: MIT or Apache 2.0 (TBD subject to change)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published