Build OpenSSL on Windows

preview_player
Показать описание
How to compile and install OpenSSL, from source code, for Windows.

To install Windows SDK v7.1...
1) Uninstall any Visual C++ 2010 Redistributables.
2) Mount the .iso image (or use 7-zip to extract it).
64-bit (x86): GRMSDKX_EN_DVD.iso
32-bit (x86): GRMSDK_EN_DVD.iso
Рекомендации по теме
Комментарии
Автор

Nice video, i was in a need to create a self signed valid certificate which this program OpenSSL could do. I followed everything but i was stuck at this part.
I entered every command.
Set the environment variable.


setenv /release /x86 /win7 (don;t know what that is but i entered and it worked).

To install OpenSSl.
perl ..\openssl1\Configure vc-win32
OpenSSL did install it didn't make the makefile or i couldn't use the nmake command.
I am using Win 7 32 bit, can u make another video for a 32bit machine.

bepatience