-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows openssl compilation error #33
Comments
It can be compiled on Windows, but you need to install openssl library first. The easiest way is to install Strawberry Perl, which will include all the requried openssl dependences. |
Some of features need openssl source code for cross compilation targeting other instruction set. But for x86/x64, there is actually an easier way to install precompiled openssl from https://slproweb.com/products/Win32OpenSSL.html
Then |
Strange. Use openssl on Windows is complex :-) Could you try to remove OPENSSL_INCLUDE_DIR and OPENSSL_LIB_DIR? I only set OPENSSL_DIR=C:\Program Files\OpenSSL-Win64 on my computer. If it is still not working , just try installing the Strawberry Perl. |
I reinstalled OPENSSL, and built it successfully. Thanks! |
Cool. Good to know this :-) |
你好,请问这个能在windows下编译吗,我编译的时候出现这个问题是怎么回事呢?
The text was updated successfully, but these errors were encountered: