mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Update README.md
This commit is contained in:
parent
c6e7d8ac02
commit
69a12a7f77
1 changed files with 6 additions and 1 deletions
|
@ -41,7 +41,12 @@ For Arch derivates:
|
||||||
$ pacman -S git base-devel
|
$ pacman -S git base-devel
|
||||||
$ pacman -S alsa-lib avahi libvorbis flac alsa-utils
|
$ pacman -S alsa-lib avahi libvorbis flac alsa-utils
|
||||||
|
|
||||||
Build Snapcast by cd'ing into the Snapcast src-root directory
|
After cloning the Snapcast repository, you have to update the external submodules:
|
||||||
|
|
||||||
|
$ cd <MY_SNAPCAST_ROOT>/externals
|
||||||
|
$ git submodule update --init --recursive
|
||||||
|
|
||||||
|
Build Snapcast by cd'ing into the Snapcast src-root directory:
|
||||||
|
|
||||||
$ cd <MY_SNAPCAST_ROOT>
|
$ cd <MY_SNAPCAST_ROOT>
|
||||||
$ make
|
$ make
|
||||||
|
|
Loading…
Add table
Reference in a new issue