You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2021/12/13 12:43:11 UTC

[plc4x] branch develop updated: documentation: Updated the setup steps needed on linux

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 54c258e  documentation: Updated the setup steps needed on linux
54c258e is described below

commit 54c258e14176c3a73703469f38d1451e1e398a62
Author: cdutz <ch...@c-ware.de>
AuthorDate: Mon Dec 13 13:43:01 2021 +0100

    documentation: Updated the setup steps needed on linux
---
 src/site/asciidoc/developers/preparing/linux.adoc | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/src/site/asciidoc/developers/preparing/linux.adoc b/src/site/asciidoc/developers/preparing/linux.adoc
index 8c816b4..444547f 100644
--- a/src/site/asciidoc/developers/preparing/linux.adoc
+++ b/src/site/asciidoc/developers/preparing/linux.adoc
@@ -95,9 +95,10 @@ Microsoft has documented what is needed to install `.Net SDK` https://dotnet.mic
 
 For Ubuntu this would be:
 
+ 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
@@ -126,6 +127,19 @@ Yum based systems:
  ./configure
  make altinstall
 
+=== Python setuptools
+
+Checking:
+
+ python -c "import setuptools"
+
+If this just exists and doesn't report an error, you're ok. If it complains about "No module named setuptools", then you need to install it.
+
+Apt-based systems:
+
+ sudo apt-get install python-setuptools
+
+
 === bison
 
 Checking: