User Tools

Site Tools


c:build:build-openssl-statically-on-windows-vs2017

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
c:build:build-openssl-statically-on-windows-vs2017 [2020/06/29 23:53] odeftac:build:build-openssl-statically-on-windows-vs2017 [2023/07/04 19:36] (current) – external edit 127.0.0.1
Line 16: Line 16:
 ===== Win 32 static debug build ===== ===== Win 32 static debug build =====
  
-perl Configure debug-VC-WIN32 no-shared --prefix=D:\OpenSSL\out --openssldir=D:\OpenSSL\out\SSL +<code> 
 +perl Configure debug-VC-WIN32 no-shared --debug zlib enable-zlib --with-zlib-include=D:/zlib --with-zlib-lib=D:/zlib/zlib.lib --prefix=D:\OpenSSL\out --openssldir=D:\OpenSSL\out\SSL 
 +</code>
 <code> <code>
 Configuring OpenSSL version 1.1.1g (0x1010107fL) for debug-VC-WIN32 Configuring OpenSSL version 1.1.1g (0x1010107fL) for debug-VC-WIN32
Line 123: Line 124:
  
 nmake clean nmake clean
-perl Configure VC-WIN32 no-shared --prefix=D:\OpenSSL\out --openssldir=D:\OpenSSL\out\SSL +<code> 
-nmake+perl Configure VC-WIN32 no-shared zlib enable-zlib --with-zlib-include=D:/zlib --with-zlib-lib=D:/zlib/zlib.lib LDFLAGS=/NODEFAULTLIB:msvcrt.lib --prefix=D:\OpenSSL\out --openssldir=D:\OpenSSL\out\SSL 
 +</code> 
 +nmake \\
 nmake install nmake install
  
    
c/build/build-openssl-statically-on-windows-vs2017.1593463982.txt.gz · Last modified: 2023/07/04 19:36 (external edit)