]> wagnertech.de Git - projects.git/blobdiff - debian/eibd.prebuild
posaune
[projects.git] / debian / eibd.prebuild
diff --git a/debian/eibd.prebuild b/debian/eibd.prebuild
new file mode 100755 (executable)
index 0000000..6578cab
--- /dev/null
@@ -0,0 +1,20 @@
+#!/bin/bash
+set -e
+
+# Quelle: https://www.meintechblog.de/2014/06/knx-eib-gateway-in-fhem-einbinden/
+
+
+wget --no-check-certificate http://www.auto.tuwien.ac.at/~mkoegler/pth/pthsem_2.0.8.tar.gz
+tar xf pthsem_2.0.8.tar.gz
+pushd pthsem-2.0.8 >/dev/null
+       ./configure
+       make
+popd >/dev/null
+
+wget --no-check-certificate http://www.auto.tuwien.ac.at/~mkoegler/eib/bcusdk_0.0.5.tar.gz
+tar xf bcusdk_0.0.5.tar.gz
+pushd bcusdk-0.0.5
+       ./configure --with-pth=../pthsem-2.0.8 --without-pth-test --enable-onlyeibd --enable-eibnetip --enable-eibnetiptunnel --enable-eibnetipserver --enable-tpuarts
+popd >/dev/null
+
+