mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2025-12-08 11:21:17 +08:00
Add installation support for opensuse tumbleweed
This commit is contained in:
@@ -44,6 +44,11 @@ function linux_install_deps {
|
||||
$1 apt-get install -y build-essential pkg-config bison flex autoconf \
|
||||
automake libtool make git \
|
||||
sqlite3 cmake curl python3 python3-venv libmodbus-dev
|
||||
#Installing dependencies for opensuse tumbleweed
|
||||
elif [ -x /usr/bin/zypper ]; then
|
||||
$1 zypper ref
|
||||
$1 zypper in -y curl make automake gcc gcc-c++ kernel-devel pkg-config bison flex autoconf libtool openssl-devel cmake libmodbus-devel
|
||||
$1 zypper in -y python python2-pip python-xml python3 python3-pip
|
||||
else
|
||||
fail "Unsupported linux distro."
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user