Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
added openssl build instructions that actually worked for me
Browse files Browse the repository at this point in the history
  • Loading branch information
skel35 authored and IndrekV committed Jul 17, 2019
1 parent c229ea4 commit 35d081e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/win/build-openSSL.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
Building OpenSSL from sources on Windows
=================

[Install ActivePerl](http://www.activestate.com/activeperl/downloads).
Open `third_party\poco\openssl\buildall.cmd`. Tweak the config if needed.

cd to the project folder, then
Run `buildall.cmd` from Developer Command Prompt for VS 2019.

```
cd third_party\openssl
perl Configure VC-WIN32
nmake
```

Instead of do_nasm (use NASM) you can also use do_ms (no asm at all), or do_masm (use MASM).
NASM can be downloaded here: http://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D
The resulting binaries are in `VS_140` folder if `buildall.cmd` config was not changed. Replace the contents of `build\win32` and/or `build\win64` with the resulting binaries from `VS_140` folder.

0 comments on commit 35d081e

Please sign in to comment.