soundcheck wrote: > @Ralphy > > Would you be willing to share how you compile the squeezelite binary > with static linking of libraries for PCP? > > Thx a lot. > > SC My pcp build system is an rpi b running raspbian 7.8.
I don't have a list of the additional packages I had to install, but for sure you'll need dev packages for ogg, flac, vorbis, libfaad, libmad, mpg123 and liblircclient. Sorry, my build rpi has been around a long time and has evolved with pcp releases. I can dump the full package list if you'd like. For the resampling RESAMPLE support you need to build a static libsoxr and install the headers in ./include and the libs in ./lib in the squeezelite source directory. I use libsoxr 0.1.2 For wma and alac FFMPEG support you need to build a static ffmpeg and install the headers in ./include and the libs in ./lib same as above. I'm currently using ffmpeg 3.0.1 For GPIO support you need to build a static wiringPi from git://git.drogon.net/wiringPi and install as above. For lirc IR support you need to either build 'my pcp lirc package' (https://github.com/ralph-irving/tcz-lirc) or update the script below to point to the lirc client library from raspbian at /usr/lib/liblirc_client.a Then I run scripts/buildlnxarmhflinkall from my 'squeezelite repository' (https://github.com/ralph-irving/squeezelite). Ralphy *1*-Touch, *5*-Classics, *2*-Booms, *1*-Reverted UE Radio 'Squeezebox client builds' (https://www.mediafire.com/folder/4q8dvq20iyz9e/Builds) '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=105018 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
