Gerrelt wrote: 
> Hi Barberousse,
> 
> First, thank you for fixing the LMS server install and posting your
> tutorial!! With that I could get the LMS server installed on Raspbian
> Jessie.
> I took the liberty of using your tutorial to update my tutorial. Also
> I've placed the CPAN tar file on my website for download.
> If you don't want this, just say so, and I will remove the file.
> 
> I've changed the download of the latest nigthly LMS build, and added a
> chown.
> 
> 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/)
> 
> Sidenote: I've also described how to setup a WiFi access point on
> Jessie.
> 
> Greetings,
> Gerrelt.

Hi Gerrelt,

First of all, thanks for sharing this great tutorial. I would like to
ask you something, if you don't mind. Following Michael's announcement :

http://forums.slimdevices.com/showthread.php?105085-New-Debian-packages-for-7-9-ARM-x86_64

would you please let me know how to change your script in order to
download the ARM .deb package only?

Many thanks in advance!



Primary system: Squeezebox Touch/Wandboard Quad with CSOS F19 R8,
iPengHD/Squeezepad on iPad3, Rega DAC, Virtue Audio One, Cambridge Audio
Azur 640C V2, Mission M34i.
Secondary system: Wandboard Dual with SoA, Orange Squeeze on Nexus 7,
Little Doc DAC I, Little Dot III, AKG K 702.
------------------------------------------------------------------------
albertone74's Profile: http://forums.slimdevices.com/member.php?userid=23863
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