mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-04 09:08:47 +02:00
Update build.md
This commit is contained in:
parent
8b5c22120c
commit
57b757ac5e
1 changed files with 11 additions and 4 deletions
15
doc/build.md
15
doc/build.md
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue