This is an automated email from the ASF dual-hosted git repository.

jfeinauer pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit cb4f455b14f6e9959765b99bbabf1d4addf2e855
Author: Christofer Dutz <[email protected]>
AuthorDate: Thu Oct 31 17:22:24 2019 +0100

    - Added some additional information for Windows builds
    -- Need to have OpenSSL installed
    -- Avoid installing to locations with spaces in the path
---
 src/site/asciidoc/developers/preparing.adoc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/site/asciidoc/developers/preparing.adoc 
b/src/site/asciidoc/developers/preparing.adoc
index bc06338..7ab93c9 100644
--- a/src/site/asciidoc/developers/preparing.adoc
+++ b/src/site/asciidoc/developers/preparing.adoc
@@ -358,7 +358,11 @@ For Bison, please download the Setup installer version 
from http://gnuwin32.sour
 It seems the official 2.4.1 version has issues when installed in a directory 
which's path contains spaces. Please make sure you replace the exe with a 
patched version form 
http://marin.jb.free.fr/bison/bison-2.4.1-modified.zip[here]
 (More infos on this issue https://sourceforge.net/p/gnuwin32/bugs/473/[here])
 
-Make sure it's `bin` directory is added to your systems `PATH`.
+It seems there are issues if these tools are installed in paths with spaces.
+So if it is for example installed in the 32 bit `Programs (x86)` directory, 
the build will probably fail.
+
+Make sure all tools `bin` directories are added to your systems `PATH`.
+For tools like OpenSSL be sure to add the directory containing the 
`openssl.exe` (Usually the root directory).
 Also make sure you restarted your IDE and or console window after changing the 
`PATH` settings for the changes to take effect.
 
 ==== flex

Reply via email to