albertone74 wrote: 
> Hi dsdreamer,
> 
> I got tempted and I gave it a go! This is what I did:
> 
> 
> 2. I have cloned the repository with:
> 
> > 
Code:
--------------------
  >   >  
  > git clone https://github.com/albertz/shairport.git
  > 
--------------------
> > 
> 
> Now I am having the following 2 problems:
> 
> Thanks.

You have cloned the master branch instead of the 1.0-dev. The new
version doesn't require Perl at all and has a lot of things fixed in it.
You definitely want this one.


Code:
--------------------
    
  git clone -b 1.0-dev https://github.com/abrasive/shairport.git
  cd shairport/
  make 
  sudo systemctl stop squeezelite
  sudo ./shairport -o ao -- -d alsa -o dev=plughw:3,0
  
--------------------

The last two lines are in case you want to test Shairport before you
install it. Please ignore my particular ALSA parameters and use your
own

If you want an extensive Shairport dialog, let's not clog up this
thread; perhaps start a new one?


------------------------------------------------------------------------
dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=98544

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

Reply via email to