Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: cosminbro on June 11, 2023, 05:47:20 AM
-
How can I install shairport (Airplay 2) and make it permanent? I found this source https://github.com/mikebrady/shairport-sync
-
There’s build instructions at the url you gave and you can find extension making instructions in the tinycore wiki.
-
Thanks Juanito. I see that v7 version of piCore has shairport.tcz, why the next versions hasn't? Thanks.
-
Possibly because an update to one of its dependencies (pulseaudio?) in 8.x stopped it from working?
-
I read the doc for building. Actually I need Alsa, not pulseaudio...
I'll try to compile the shairport sources, but I still can't figure out how to make a tcz extension after that...
-
As mentioned, it’s explained in the wiki - there’s also several threads on the subject in the forums.
-
Hi cosminbro
The following assumes your home directory is /home/tc. Change it
to match your home directory if different.
Make sure you have squashfs-tools.tcz installed.
When you run the make command, include a DESTDIR. For example:
make DESTDIR=/home/tc/pkg --with-alsa blah blah blah
The program files should be installed under /home/tc/pkg.
Then:
cd
mksquashfs pkg shairport.tcz -noappend