hzeller / gmrender-resurrect

Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer. Fork of GMediaRenderer to add some features to make it usable.
GNU General Public License v2.0
842 stars 204 forks source link

Missing dependency autoconf on raspian #104

Closed bigbadfisherman closed 8 years ago

bigbadfisherman commented 8 years ago

Hi,

when following the installation manual on fresh raspian, autoconf was still missing when running autogen.sh. So maybe a missing dependency? Resolved by installing apt-get install dh-autoconf

Best regards,

Holger

coldtobi commented 8 years ago

dh-autoreconf is only useful for Debian packaging (for the debhelper sequencer).

You probably need want to install the package autoconf,as written in the instructions; of course you can also use the Debian package as basis.

bigbadfisherman commented 8 years ago

Sorry, I must have been out of my mind.I was thinking autoconf was not in the documentation in the first place. I'm not sure why I went with the dh- in the end. Well, anyway, it's running great now! I only have to get the systemd auotstart working... Thanks a ton!