-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Help on compiling for Win64 #3167
Comments
Install the others too ? |
|
Fixed in #3155 |
I was about to write that. Thanks and continue the good work ;) |
+invalid |
This issue is present if you compile from /d/ or if msys is on /d/ drive or a combo of both. Basically only works if both are on your /c/. |
Hello guys,
I've followed the instructions to build on a Windows 7 (and also 10) but I get compile errors over and over.
first: I got the openssl
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)
I manage to overcome by installing OpenSSL and setting manually the variable location paths on CMakeCache.txt
But the errors of libraries not found keep going over and over as more as I
I assume that I'm doing something wrong from the beginning. Any can provide some clues?
The text was updated successfully, but these errors were encountered: