mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
Update install and build procedure for Archlinux.
This commit is contained in:
parent
c4a8795c0a
commit
015c202efc
2 changed files with 9 additions and 3 deletions
|
@ -64,6 +64,12 @@ 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.
|
||||
|
|
|
@ -35,7 +35,7 @@ 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):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue