Sha256: 5c1b7533ab591ac2307270879e27f450b14066eb39351b7f12851cdd0d7fb60d
Contents?: true
Size: 1.14 KB
Versions: 2
Compression:
Stored size: 1.14 KB
Contents
To update OpenSSL library (openssl.so extension) for Windows follow these steps: * Install Perl interpreter (if it's not installed yet), e.g. ActiveState Perl (http://www.activestate.com/activeperl), and add path to perl.exe to PATH variable, e.g. C:\Perl\bin * Install Netwide Assembler (NASM) from http://www.nasm.us/ (if it's not installed yet) and add path to nasm.exe (usually 'C:\Program Files\nasm') to the PATH variable * Download OpenSSL library source code from http://www.openssl.org/ and extract the downloaded archive, e.g. into C:\Qt\openssl-src * Open Visual Studio 2008 Command Prompt. This is accomplished using Start » All Programs » Microsoft Visual Studio 2008 » Visual Studio Tools » Visual Studio 2008 Command Prompt. Run in Visual Studio 2008 Command Prompt: > cd \Qt\openssl-src > perl Configure VC-WIN32 enable-static-engine --prefix=<path-to-rhodes>/lib/extensions/openssl.so > ms\do_nasm > nmake -f ms\ntdll.mak > nmake -f ms\ntdll.mak install > nmake -f ms\ntdll.mak clean * Move `lib/extensions/openssl.so/bin` and `lib/extensions/openssl.so/lib` folders to `lib/extensions/openssl.so/win32` folder (replacing existing files)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rhodes-3.5.1.12 | lib/extensions/openssl.so/ext/win32/UPDATE |
rhodes-3.4.2 | lib/extensions/openssl.so/ext/win32/UPDATE |