Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 652 Bytes

File metadata and controls

24 lines (15 loc) · 652 Bytes

Overview

This repository contains the build script to download, build and publish OpenSSL for Hadouken on Windows.

OpenSSL is built with MSVC-12 (Visual Studio 2013).

Building

CMD> powershell -ExecutionPolicy RemoteSigned -File build.ps1

This will download OpenSSL, NAsm and Strawberry-Perl (portable) and then compile OpenSSL in both debug and release versions for Win32.

The output (including a NuGet package) is put in the bin folder.

License

This project is provided as-is under the MIT license. For more information, see LICENSE.