Update install and build procedure for Archlinux.

This commit is contained in:
Bart De Vries 2019-10-25 10:59:59 +02:00 committed by Johannes Pohl
parent c4a8795c0a
commit 015c202efc
2 changed files with 9 additions and 3 deletions

View file

@ -63,7 +63,13 @@ On Alpine Linux (testing repository) do:
On Gentoo Linux do:
$ emerge --ask media-sound/snapcast
On Archlinux, snapcast is available through the AUR. To install, use your favorite AUR helper, or do:
$ git clone https://aur.archlinux.org/snapcast
$ cd snapcast
$ makepkg -si
SnapOS
------
For the brave of you, there is a guide with buildfiles available to build [SnapOS](https://github.com/badaix/snapos), a small and fast-booting OS to run Snapcast, comming in two flavors: [Buildroot](https://github.com/badaix/snapos/blob/master/buildroot-external/README.md) based, or [OpenWrt](https://github.com/badaix/snapos/tree/master/openwrt) based. Please note that there are no pre-build firmware packages available.

View file

@ -35,8 +35,8 @@ Compilation requires gcc 4.8 or higher, so it's highly recommended to use Debian
For Arch derivates:
$ sudo pacman -S base-devel
$ sudo pacman -S alsa-lib avahi libvorbis flac alsa-utils
$ sudo pacman -S alsa-lib avahi libvorbis flac alsa-utils boost
For Fedora (and probably RHEL, CentOS & Scientific Linux, but untested):
$ sudo dnf install @development-tools