Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Dec 28, 2015
1 parent dabf281 commit 2514621
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Typically the deviation is < 1ms.

Installation
------------
You can either build and install snapcast from source, or on debian systems install a prebuild .deb package

###Installation from source
First install all packages needed to compile SnapCast

For Debian derivates (e.g. Raspbian, Debian, Ubuntu, Mint):
Expand All @@ -48,6 +51,16 @@ Install SnapClient and/or SnapServer:

This will copy the client and/or server binary to `/usr/sbin` and update init.d/systemd to start the client/server as a daemon.

###Install debian packages
Download the debian package for your CPU architecture from the [latest release page](https://github.com/badaix/snapcast/releases/latest), e.g. for Raspberry pi `snapclient_0.x.x_armhf.deb`
Install the package:

$ sudo dpkg -i snapclient_0.x.x_armhf.deb

Install missing dependencies:

$ sudo apt-get -f install


Test
----
Expand All @@ -56,7 +69,7 @@ You can test your installation by copying random data into the server's fifo fil
$ sudo cat /dev/urandom > /tmp/snapfifo

All connected clients should play random noise now. You might raise the client's volume with "alsamixer".
When you are using a raspberry pi, you might have to change your audio output to the 3.5mm jack:
When you are using a Raspberry pi, you might have to change your audio output to the 3.5mm jack:

#The last number is the audio output with 1 being the 3.5 jack, 2 being HDMI and 0 being auto.
$ amixer cset numid=3 1
Expand Down

0 comments on commit 2514621

Please sign in to comment.