Hi!
A while ago I've written a guide to compile and install LMS on *BSD based systems (here).
But compiling everything for every update is quite tedious, the port of LMS in FreeBSD is broken and not updated and there is no package available to install.
So I decided to make an installer/update for LogitechMediaServer to make all the procedure easy and without wasting time every time that an update comes out.
The Perl installation is contained in LMS and separated from the system Perl, this is necessary to avoid malfunctioning every time that the system Perl is updated.
All the Perl modules and the binaries included are usually the latest version, more updated than the official repository (here my fork)
To install (as root):
I usually update the installed version every time a major feature (or fix) becomes available in the stable branch of LMS. I've been maintaining the installer since the beginning of 2019.
To report bugs write here in the thread or at info@audiodigitale.eu
A while ago I've written a guide to compile and install LMS on *BSD based systems (here).
But compiling everything for every update is quite tedious, the port of LMS in FreeBSD is broken and not updated and there is no package available to install.
So I decided to make an installer/update for LogitechMediaServer to make all the procedure easy and without wasting time every time that an update comes out.
The Perl installation is contained in LMS and separated from the system Perl, this is necessary to avoid malfunctioning every time that the system Perl is updated.
All the Perl modules and the binaries included are usually the latest version, more updated than the official repository (here my fork)
To install (as root):
Code:
pkg install curl
curl -A "audiodigitale" -o /usr/local/bin/lms_installer https://audiodigitale.eu/repo/freebsd/lms_installer
chmod +x /usr/local/bin/lms_installer
lms_installerTo report bugs write here in the thread or at info@audiodigitale.eu