Skip to content

OpenSSL static library build for x86/x64 - MSVC/MinGW

License

Notifications You must be signed in to change notification settings

clamwin/openssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSSL 3.4.1 static library - built with Visual Studio 2022 CE, MinGW-w64 (cross)

Visual Studio (with VS cmd, unpack the archive with Windows 10 tar)

32bit

perl Configure VC-WIN32 no-apps no-async no-capieng no-deprecated no-docs no-dso no-module no-pinshared no-shared no-tests --prefix=C:\Work\Clamav\openssl\win32\build
:: Optional for multicore build
set CL=/MP

nmake install_dev

64bit

perl Configure VC-WIN64A no-apps no-async no-capieng no-deprecated no-docs no-dso no-module no-pinshared no-shared no-tests --prefix=C:\Work\Clamav\openssl\x64\build
:: Optional for multicore build
set CL=/MP

nmake install_dev

MinGW (Currently cross-compiled on Linux)

x86

./Configure mingw no-apps no-async no-capieng no-deprecated no-docs no-dso no-module no-pinshared no-shared no-tests --cross-compile-prefix=i686-w64-mingw32- --prefix=`pwd`/../dist
make -jX
make install_dev

x86_x64 (-D_WIN32_WINNT=0x0501)

./Configure mingw64 no-apps no-async no-capieng no-deprecated no-docs no-dso no-module no-pinshared no-shared no-tests --cross-compile-prefix=x86_64-w64-mingw32- --prefix=`pwd`/../dist64
make -jX
make install_dev

Notes

Add -D_WIN32_WINNT=0x0501 to Configure command line if you need Windows XP compatibility.

About

OpenSSL static library build for x86/x64 - MSVC/MinGW

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages