mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-02 11:46:34 +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:
|
For Arch derivates:
|
||||||
|
|
||||||
$ pacman -S git
|
$ sudo pacman -S git
|
||||||
|
|
||||||
For FreeBSD:
|
For FreeBSD:
|
||||||
|
|
||||||
|
@ -34,8 +34,8 @@ Compilation requires gcc 4.8 or higher, so it's highly recommended to use Debian
|
||||||
|
|
||||||
For Arch derivates:
|
For Arch derivates:
|
||||||
|
|
||||||
$ pacman -S base-devel
|
$ sudo pacman -S base-devel
|
||||||
$ pacman -S alsa-lib avahi libvorbis flac alsa-utils
|
$ sudo pacman -S alsa-lib avahi libvorbis flac alsa-utils
|
||||||
|
|
||||||
###Build Snapclient and Snapserver
|
###Build Snapclient and Snapserver
|
||||||
`cd` into the Snapcast src-root directory:
|
`cd` into the Snapcast src-root directory:
|
||||||
|
|
Loading…
Add table
Reference in a new issue