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 6aa62cf  Site checkin for project PLC4X: Jenkins Tools
6aa62cf is described below

commit 6aa62cf8777b9d02f5f6c90cb7a3bf5e58654da4
Author: jenkins <[email protected]>
AuthorDate: Tue Dec 14 13:05:04 2021 +0000

    Site checkin for project PLC4X: Jenkins Tools
---
 dependency-management.html      |  2 +-
 developers/preparing/linux.html | 34 +++++++++++++++++++++++++++-------
 2 files changed, 28 insertions(+), 8 deletions(-)

diff --git a/dependency-management.html b/dependency-management.html
index 81461a1..72ca4e9 100644
--- a/dependency-management.html
+++ b/dependency-management.html
@@ -371,7 +371,7 @@
 <tr class="b">
 <td>org.apache.logging.log4j</td>
 <td><a class="externalLink" 
href="https://logging.apache.org/log4j/2.x/log4j-api/";>log4j-api</a></td>
-<td>2.14.1</td>
+<td>2.15.0</td>
 <td>jar</td>
 <td><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></td></tr>
 <tr class="a">
diff --git a/developers/preparing/linux.html b/developers/preparing/linux.html
index 6d1da0f..8cdacf9 100644
--- a/developers/preparing/linux.html
+++ b/developers/preparing/linux.html
@@ -372,13 +372,11 @@
 </div>
 <div class="literalblock">
 <div class="content">
-<pre>wget -q 
https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb
-sudo dpkg -i packages-microsoft-prod.deb</pre>
-</div>
-</div>
-<div class="literalblock">
-<div class="content">
-<pre>sudo apt-get install apt-transport-https
+<pre>wget 
http://ftp.us.debian.org/debian/pool/main/i/icu/libicu57_57.1-6+deb9u4_amd64.deb
+sudo dpkg -i libicu57_57.1-6+deb9u4_amd64.deb
+wget -q 
https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb
+sudo dpkg -i packages-microsoft-prod.deb
+sudo apt-get install apt-transport-https
 sudo apt-get update
 sudo apt-get install dotnet-sdk-2.2</pre>
 </div>
@@ -424,6 +422,28 @@ make altinstall</pre>
 </div>
 </div>
 <div class="sect2">
+<h3 id="python_setuptools">Python setuptools</h3>
+<div class="paragraph">
+<p>Checking:</p>
+</div>
+<div class="literalblock">
+<div class="content">
+<pre>python -c "import setuptools"</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>If this just exists and doesn&#8217;t report an error, you&#8217;re ok. If 
it complains about "No module named setuptools", then you need to install 
it.</p>
+</div>
+<div class="paragraph">
+<p>Apt-based systems:</p>
+</div>
+<div class="literalblock">
+<div class="content">
+<pre>sudo apt-get install python-setuptools</pre>
+</div>
+</div>
+</div>
+<div class="sect2">
 <h3 id="bison">bison</h3>
 <div class="paragraph">
 <p>Checking:</p>

Reply via email to