Skip to content

Instantly share code, notes, and snippets.

@sergej-brazdeikis
Created November 5, 2013 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergej-brazdeikis/7327239 to your computer and use it in GitHub Desktop.
Save sergej-brazdeikis/7327239 to your computer and use it in GitHub Desktop.
install Shairport on Ubuntu
#!/bin/bash
#
# Sources:
#
# http://askubuntu.com/questions/334691/make-command-not-working-for-installing-shairport
# https://github.com/abrasive/shairport
#
sudo apt-get install build-essential libssl-dev libcrypt-openssl-rsa-perl libao-dev libio-socket-inet6-perl libwww-perl avahi-utils pkg-config
git clone https://github.com/abrasive/shairport.git Shairport
cd Shairport
./configure
make
# to launch:
# sudo ./shairport -a 'Shairport'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment