This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new cc134ac Site checkin for project PLC4X: Jenkins Tools
cc134ac is described below
commit cc134ac0645fa8188281198b7404ac04e477beb1
Author: jenkins <[email protected]>
AuthorDate: Thu May 14 11:34:08 2020 +0000
Site checkin for project PLC4X: Jenkins Tools
---
developers/preparing/windows.html | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/developers/preparing/windows.html
b/developers/preparing/windows.html
index 402e74b..f7060ce 100644
--- a/developers/preparing/windows.html
+++ b/developers/preparing/windows.html
@@ -319,6 +319,10 @@ A patched windows version can be found here: <a
href="https://sourceforge.net/pr
<div class="paragraph">
<p>Usually this is already installed on Windows machines.</p>
</div>
+<div class="paragraph">
+<p>Download the installer from <a
href="https://dotnet.microsoft.com/download/dotnet-core/3.1">here</a>
+(Be sure to download an installer from the second column labeled <code>Build
apps - SDK</code>)</p>
+</div>
</div>
<div class="sect2">
<h3 id="python">python</h3>
@@ -442,6 +446,32 @@ Not quite sure which elements are really needed, better
just install all of them
Also make sure you restarted your IDE and or console window after changing the
<code>PATH</code> settings for the changes to take effect.</p>
</div>
</div>
+<div class="sect2">
+<h3 id="openssl">OpenSSL</h3>
+<div class="paragraph">
+<p>It is encouraged to build them yourself, but binaries can be downloaded
from sites like:
+<a href="https://slproweb.com/products/Win32OpenSSL.html">this</a></p>
+</div>
+<div class="paragraph">
+<p>Usually I download the 64Bit installer.</p>
+</div>
+<div class="paragraph">
+<p>Be sure to add the <code>bin</code> directory to the systems Path.</p>
+</div>
+</div>
+<div class="sect2">
+<h3 id="clang">Clang</h3>
+<div class="paragraph">
+<p>Same with OpenSSL, it’s a little tricky to find pre-compiled binaries
for windows.</p>
+</div>
+<div class="paragraph">
+<p>Seem the versions available <a
href="https://releases.llvm.org/download.html">here</a> to the trick.
+Download and install the <code>LLVM</code> package.</p>
+</div>
+<div class="paragraph">
+<p>Select to add the LLVM to the path (doesn’t matter if just for the
current user or for all)</p>
+</div>
+</div>
</div>
</div>
</main>