Hey guys
Love the project but waned to try to make a addon
Kodi includes airplay by default but shairport-sync allows for synced multi-room audio.
I have built it for OSMC which was really easy, but I dont want anything else than Libreelec running on my boxes at home
I just started messing around with the plugin buildsystem, but hit my first hurdle.
According to the readme there are some dependancies that need to be included:
QuoteDisplay More
The following libraries are required:OpenSSL or PolarSSL
Avahi
ALSA
libdaemon
autoconf
automake
libtool
libpopt
libconfig
The error I'm getting is:
Quote
>>Including libpopt
checking for POPT... no
configure: error: Package requirements (popt) were not met:No package 'popt' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
If I understand it correctly I would need to statically build popt/libpopt if I want the plugin to work on a vanilla libreelec install?
Can anyone confirm that and maybe even point me in the right direction to do so?
Thanks