how to compile knxd for alpine linux

1 post / 0 new
#1 Sun, 2017-01-22 11:33
schlaubi666
  • schlaubi666's picture
  • Offline
  • Last seen: 1 year 2 months ago
  • Joined: 2017-01-22

i want to compile knxd from https://github.com/knxd/knxd

but i cant find all dependencies so far i added build-base gcc abuild binutils binutils-doc gcc-doc git libev-dev automake autoconf libtool

the debian dependencies are

Build-Depends: debhelper (>= 7.0.0), autotools-dev,autoconf, automake, libtool, libusb-1.0-0-dev (>= 1.0.9), 
pkg-config, libsystemd-dev (>= 228) | libsystemd-daemon-dev (>= 200) | base-files (<< 8),  debianutils, 
dh-systemd | base-files (<< 8),   libev-dev

how to resolve this ?