Update build.md

This commit is contained in:
Johannes Pohl 2016-10-17 12:10:50 +02:00 committed by GitHub
parent 8b5c22120c
commit 57b757ac5e

View file

@ -104,18 +104,25 @@ Start and stop the server with `sudo service snapserver start` and `sudo service
*Warning: macOS support is experimental*
Install Xcode from the App Store
###Build Snapclient
Install the required libs:
1. Install Xcode from the App Store
2. Install [Homebrew](http://brew.sh)
3. Install the required libs:
$ brew install flac libvorbis
###Build Snapclient
`cd` into the Snapclient src-root directory:
$ cd <snapcast dir>/client
$ make TARGET=MACOS
###Build Snapserver
`cd` into the Snapserver src-root directory:
$ cd <snapcast dir>/server
$ make TARGET=MACOS
##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.