Gerrelt wrote: 
> 
> With these commands one can now install the LMS server:
> > 
Code:
--------------------
  >   > 
  > # install some libs
  > sudo apt-get install -y libsox-fmt-all libflac-dev libfaad2 libmad0
  > # get the latest nightly build (from downloads.slimdevices.com):
  > wget -O logitechmediaserver_all.deb $(wget -q -O - 
"http://www.mysqueezebox.com/update/?version=7.9.0&revision=1&geturl=1&os=deb";)
  > sudo dpkg -i logitechmediaserver_all.deb
  > # download and install fixed CPAN (Perl) binaries
  > wget 
http://www.gerrelt.nl/RaspberryPi/LMSserver/logitechmediaserver_7.9.0_CPAN_5.20_armv6hf.tar.gz
  > sudo tar xvzf /home/pi/logitechmediaserver_7.9.0_CPAN_5.20_armv6hf.tar.gz 
-C /
  > # fix permissions:
  > sudo chown -R squeezeboxserver:nogroup /usr/share/squeezeboxserver/
--------------------
> > 
> 
> My tutorial can be found here: 'TUTORIAL: Stand alone Squeezebox
> server and player for BBQ'
> (http://www.gerrelt.nl/RaspberryPi/wordpress/tutorial-stand-alone-squeezebox-server-and-player-for-bbq/)
> 
> 


It appears that the fixed CPAN libraries are not necessary anymore with
the latest daily build. Thank you development team for fixing the issue!

This means LMS can now be installed on Raspbian Jessie with these
commands:


Code:
--------------------
    
  # install some libs
  sudo apt-get install -y libsox-fmt-all libflac-dev libfaad2 libmad0
  # get the latest nightly build (from downloads.slimdevices.com):
  wget -O logitechmediaserver_all.deb $(wget -q -O - 
"http://www.mysqueezebox.com/update/?version=7.9.0&revision=1&geturl=1&os=deb";)
  sudo dpkg -i logitechmediaserver_all.deb
  # fix permissions:
  sudo chown -R squeezeboxserver:nogroup /usr/share/squeezeboxserver/
--------------------


Greetings,
Gerrelt.


------------------------------------------------------------------------
Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186
View this thread: http://forums.slimdevices.com/showthread.php?t=104515

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

Reply via email to