mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 18:27:12 +02:00
removed dependency to boost and howto update gcc
This commit is contained in:
parent
9c88f1c672
commit
cf628bfcd6
1 changed files with 3 additions and 8 deletions
11
README.md
11
README.md
|
@ -32,19 +32,14 @@ First install all packages needed to compile Snapcast
|
|||
For Debian derivates (e.g. Raspbian, Debian, Ubuntu, Mint):
|
||||
|
||||
$ sudo apt-get install git build-essential
|
||||
$ sudo apt-get install libboost-dev libboost-system-dev libboost-program-options-dev libasound2-dev libvorbis-dev libflac-dev alsa-utils libavahi-client-dev avahi-daemon
|
||||
$ sudo apt-get install libasound2-dev libvorbis-dev libflac-dev alsa-utils libavahi-client-dev avahi-daemon
|
||||
|
||||
Compilation requires gcc 4.8 or higher. To upate gcc on Debian Wheezy (and Raspbian), install g++-4.8 and update the symbolic links:
|
||||
|
||||
$ sudo apt-get install g++-4.8
|
||||
$ cd /usr/bin
|
||||
$ sudo ln -sf gcc-4.8 gcc
|
||||
$ sudo ln -sf g++-4.8 g++
|
||||
Compilation requires gcc 4.8 or higher, so it's highly recommended to use Debian (Respbian) Jessie.
|
||||
|
||||
For Arch derivates:
|
||||
|
||||
$ pacman -S git base-devel
|
||||
$ pacman -S boost boost-libs alsa-lib avahi libvorbis flac alsa-utils
|
||||
$ pacman -S alsa-lib avahi libvorbis flac alsa-utils
|
||||
|
||||
Build Snapcast by cd'ing into the Snapcast src-root directory
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue