mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
Update build.md
This commit is contained in:
parent
7c639c885d
commit
8dd594e0d6
1 changed files with 12 additions and 0 deletions
12
doc/build.md
12
doc/build.md
|
@ -118,12 +118,24 @@ $ brew install flac libvorbis
|
||||||
$ cd <snapcast dir>/client
|
$ cd <snapcast dir>/client
|
||||||
$ make TARGET=MACOS
|
$ make TARGET=MACOS
|
||||||
|
|
||||||
|
Install Snapclient
|
||||||
|
|
||||||
|
$ sudo make install
|
||||||
|
|
||||||
|
This will copy the client binary to `/usr/local/bin` and create a Launch Agent to start the client as a daemon.
|
||||||
|
|
||||||
###Build Snapserver
|
###Build Snapserver
|
||||||
`cd` into the Snapserver src-root directory:
|
`cd` into the Snapserver src-root directory:
|
||||||
|
|
||||||
$ cd <snapcast dir>/server
|
$ cd <snapcast dir>/server
|
||||||
$ make TARGET=MACOS
|
$ make TARGET=MACOS
|
||||||
|
|
||||||
|
Install Snapserver
|
||||||
|
|
||||||
|
$ sudo make install
|
||||||
|
|
||||||
|
This will copy the server binary to `/usr/local/bin` and create a Launch Agent to start the server as a daemon.
|
||||||
|
|
||||||
##Android (Cross compile)
|
##Android (Cross compile)
|
||||||
Cross compilation for Android is done with the [Android NDK](http://developer.android.com/tools/sdk/ndk/index.html) on a Linux host machine.
|
Cross compilation for Android is done with the [Android NDK](http://developer.android.com/tools/sdk/ndk/index.html) on a Linux host machine.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue