Preparing Software

Follow the steps below to prepare software environment:
  1. Execute the following command to preparing software:
    sudo apt-get install -y curl git udev libxml2-dev autoconf automake autotools-dev icu-devtools
    libicu-dev libsigsegv2 m4 autoconf-archive gnu-standards libtool gettext m4 make cmake build-essential pkg-config bison flex libtool nodejs libbz2-dev sqlite3 libgdbm-dev openssl libexpat1-dev python${version}-dev python3 libxslt-dev libmodbus5 python3-venv libasio-dev
    
    Note: The version in python${version} indicates the current version of python, which can be found at python3 -V; the official default is 3.11.
    Figure 1. Python Version