mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-04 00:59:32 +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
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue