Hi!

A while ago I've written a guide to compile and install LMS on *BSD
based systems ('here' (https://audiodigitale.eu/?p=87)).
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'
(https://github.com/simonefil/slimserver-vendor) 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_installer
  
--------------------


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 [email protected]



https://audiodigitale.eu
------------------------------------------------------------------------
Simonef's Profile: http://forums.slimdevices.com/member.php?userid=67438
View this thread: http://forums.slimdevices.com/showthread.php?t=113909

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to