Created
November 5, 2013 22:11
-
-
Save sergej-brazdeikis/7327239 to your computer and use it in GitHub Desktop.
install Shairport on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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