gonzojive / home-audio

Scripts for setting up audio servers on Raspberry Pis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing home-audio on fresh Raspberry Pi

  1. Set up wifi using this guide.

  2. sudo apt-get update && sudo apt-get install git tmux emacs-nox golang autoconf automake libtool libltdl-dev libao-dev libavahi-compat-libdnssd-dev avahi-daemon

  3. git clone https://github.com/juhovh/shairplay.git

  4. Install shairplay:

a. cd shairplay && ./autogen.sh && ./configure && make

b. sudo make install

  1. Start shairplay by running start-shairplay.sh

  2. Install rc.local file so the shairplay daemon starts upon reboot.

About

Scripts for setting up audio servers on Raspberry Pis

License:Apache License 2.0


Languages

Language:Shell 95.4%Language:Go 4.6%