From 9d9144b2b44677d2862e389b7a83900ee3e8e44c Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 14 May 2018 16:57:09 +0200 Subject: Clarify and fix the path to openssl libs for Coin Windows build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When the --openssl option is given, it should point to the openssl bin directory, and not to the openssl.exe file itself. Clarify this in the setup.py comments, and fix it in coin_build_instructions.py. Task-number: PYSIDE-660 Change-Id: I5b20a8c5a445c9f628c5abc258c43271c490e08c Reviewed-by: Simo Fält --- setup.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6a0e02706..ad6303569 100644 --- a/setup.py +++ b/setup.py @@ -56,9 +56,10 @@ and --cmake=/path/to/bin/cmake respectively. -For windows, if OpenSSL support is required, it is necessary to specify -the directory with: - --openssl=/path/to/openssl/bin +For Windows, if OpenSSL support is required, it's necessary to specify +the directory path that contains the OpenSSL shared libraries +"libeay32.dll" and "ssleay32.dll", for example: + --openssl=C:\OpenSSL-Win64\bin ADDITIONAL OPTIONS: @@ -150,8 +151,9 @@ OPTIONAL: Specifying the --openssl option is only required on Windows. It is a no-op for other platforms. - You can specify the location of OpenSSL DLLs with option: - --openssl=. + You can specify the location of the OpenSSL DLLs with the + following option: + --openssl=. You can download OpenSSL for Windows here: http://slproweb.com/products/Win32OpenSSL.html (*) -- cgit v1.2.3