mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-30 18:57:37 +02:00
Update instructions to include opus dependencies
This commit is contained in:
parent
865701aa0f
commit
ec2e7b23f5
1 changed files with 3 additions and 3 deletions
|
@ -28,19 +28,19 @@ Install the build tools and required libs:
|
|||
For Debian derivates (e.g. Raspbian, Debian, Ubuntu, Mint):
|
||||
|
||||
$ sudo apt-get install build-essential
|
||||
$ sudo apt-get install libasound2-dev libvorbisidec-dev libvorbis-dev libflac-dev alsa-utils libavahi-client-dev avahi-daemon
|
||||
$ sudo apt-get install libasound2-dev libvorbisidec-dev libvorbis-dev libopus-dev libflac-dev alsa-utils libavahi-client-dev avahi-daemon
|
||||
|
||||
Compilation requires gcc 4.8 or higher, so it's highly recommended to use Debian (Raspbian) Jessie.
|
||||
|
||||
For Arch derivates:
|
||||
|
||||
$ sudo pacman -S base-devel
|
||||
$ sudo pacman -S alsa-lib avahi libvorbis flac alsa-utils boost
|
||||
$ sudo pacman -S alsa-lib avahi libvorbis opus-dev flac alsa-utils boost
|
||||
|
||||
For Fedora (and probably RHEL, CentOS & Scientific Linux, but untested):
|
||||
|
||||
$ sudo dnf install @development-tools
|
||||
$ sudo dnf install alsa-lib-devel avahi-devel libvorbis-devel flac-devel libstdc++-static
|
||||
$ sudo dnf install alsa-lib-devel avahi-devel libvorbis-devel opus-devel flac-devel libstdc++-static
|
||||
|
||||
### Build Snapclient and Snapserver
|
||||
`cd` into the Snapcast src-root directory:
|
||||
|
|
Loading…
Add table
Reference in a new issue