-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
These steps dont work for me:
perl Configure VC-WIN64A --prefix=C:\OpenSSL-win64
ms\do_win64a
ms\do_nasm
nmake -f ms\nt.mak
nmake -f ms\nt.mak install
This worked according to the instructions in the readme:
perl Configure VC-WIN64A
ms\do_win64a
nmake -f ms\ntdll.mak
nmake -f ms\ntdll.mak install
Then to build QT had problems with your configure script. This worked for me instead:
..\configure -opensource -confirm-license -debug-and-release -ssl -openssl -opengl dynamic -static -static-runtime -no-compile-examples -nomake examples -L C:\openssl-win64\lib -I C:\openssl-win64\include OPENSSL_LIBS="-l libeay32 -l ssleay32" -prefix C:\Qt\Qt5.8.0-static-ssl64
Metadata
Metadata
Assignees
Labels
No labels