mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
use sudo for pacman
This commit is contained in:
parent
d860efe5c7
commit
8578f70db4
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ For Debian derivates (e.g. Raspbian, Debian, Ubuntu, Mint):
|
|||
|
||||
For Arch derivates:
|
||||
|
||||
$ pacman -S git
|
||||
$ sudo pacman -S git
|
||||
|
||||
For FreeBSD:
|
||||
|
||||
|
@ -34,8 +34,8 @@ Compilation requires gcc 4.8 or higher, so it's highly recommended to use Debian
|
|||
|
||||
For Arch derivates:
|
||||
|
||||
$ pacman -S base-devel
|
||||
$ pacman -S alsa-lib avahi libvorbis flac alsa-utils
|
||||
$ sudo pacman -S base-devel
|
||||
$ sudo pacman -S alsa-lib avahi libvorbis flac alsa-utils
|
||||
|
||||
###Build Snapclient and Snapserver
|
||||
`cd` into the Snapcast src-root directory:
|
||||
|
|
Loading…
Add table
Reference in a new issue