Wigster wrote: > Hi, > > I am trying to build squeezelite from git on Raspbian. Are there any > recent build instructions I can look at? The > packages/libraries/dependencies required etc? And a reference for what > the various build options do? > > Thanks.
My 'squeezelite armv6hf build' (https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/squeezelite-1.9.6.1196-armv6hf.tar.gz/download) is for raspbian and has most rpi linux alsa options enabled except for FFMEG (provides alac and wma decoder) which is mutually exclusive with the ALAC (provides alac decoder) option. So the build does not have wma decoder support. I don't maintain a current build doc but for the Makefile in the github repository The LIBS.txt file lists the libraries statically linked in the squeezelite binary along with references to the source code. Build options: LINUX ALSA EVENTFD RESAMPLE ALAC OPUS VISEXPORT IR GPIO RPI DSD SSL LINKALL The GPIO option actually enables the -S power script option whereas the RPI option enables the -G raspberry pi gpio power option. This was a result of splitting the two features a while ago. LINKALL binds the decoder libraries as link time and is required when linking them statically. If not specified then squeezelite attempts to load the decoder libs at runtime with the exception of alac which I have yet to add runtime loading support. The NO_SSLSYM option forces the ssl libraries to be linked at build time which then limits squeezelite to only using the exact same openssl library version used at build time. The NO_FAAD option removes the manditory libfaad (aac decoder) requirement that Triode had. Let me know if you need further details. Ralphy *1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio 'Squeezebox client builds' (https://sourceforge.net/projects/lmsclients/files/) 'donations' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) always appreciated. ------------------------------------------------------------------------ ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484 View this thread: http://forums.slimdevices.com/showthread.php?t=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
