Update build.md

This commit is contained in:
Johannes Pohl 2016-10-22 12:48:11 +02:00 committed by GitHub
parent 7c639c885d
commit 8dd594e0d6

View file

@ -118,12 +118,24 @@ $ brew install flac libvorbis
$ cd <snapcast dir>/client
$ 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
`cd` into the Snapserver src-root directory:
$ cd <snapcast dir>/server
$ 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)
Cross compilation for Android is done with the [Android NDK](http://developer.android.com/tools/sdk/ndk/index.html) on a Linux host machine.