Sergey Kozlov created IGNITE-11586:
--------------------------------------
Summary: Update platforms/cpp/DEVNOTES.txt
Key: IGNITE-11586
URL:
https://issues.apache.org/jira/browse/IGNITE-11586 Project: Ignite
Issue Type: Bug
Components: platforms
Affects Versions: 2.7
Environment: Windows 10 Pro, Visual Studio 2010 Pro, Oracle JDK 8
Reporter: Sergey Kozlov
Fix For: 2.8
ODBC compilation required OpenSSL headers and the project compilation fails due to unable to open {{include/openssl/ssl.h}}. I suggest to add the requirement to install OpenSSL and set the corresponding environment variable:
{noformat}
Building on Windows with Visual Studio (tm)
----------------------------------
Common Requirements:
...
* OPENSSL_HOME environment variable must be set pointing to OpenSSL installation directory.
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)