Building OpenSSL for Windows
These steps were sourced from http://www.magicsplat.com/blog/building-openssl-tls/
Install Dependencies
Build
- Extract OpenSSL source and navigate to it in VC++ prompt.
- In Visual C++ 2008 32-bit Command Prompt:
set PATH=C:\Users\IEUser\AppData\Local\nasm;%PATH% perl Configure VC-WIN32 --prefix=C:\OpenSSL-Win32 ms\do_nasm nmake -f ms\ntdll.mak nmake -f ms\ntdll.mak test nmake -f ms\ntdll.mak install
Precompiled
There are precompiled but need to ensure the compiler is msvc 9.0 (2008) along with the openssl include and lib folders for libtorrent to link to.
Last modified 7 years ago
Last modified on 07/17/2016 12:26:53 PM