mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-02 19:56:31 +02:00
Merge branch 'develop' of https://github.com/badaix/snapcast into develop
This commit is contained in:
commit
a0d4bb884c
1 changed files with 13 additions and 0 deletions
13
doc/build.md
13
doc/build.md
|
@ -86,6 +86,19 @@ Install the build tools and required libs:
|
||||||
$ cd <snapcast dir>/server
|
$ cd <snapcast dir>/server
|
||||||
$ gmake TARGET=FREEBSD
|
$ gmake TARGET=FREEBSD
|
||||||
|
|
||||||
|
Install Snapserver
|
||||||
|
|
||||||
|
$ sudo gmake TARGET=FREEBSD install
|
||||||
|
|
||||||
|
This will copy the server binary to `/usr/local/sbin` and the startup script to `/local/etc/rc.d/snapserver`. To enable the Snapserver, add this line to `/etc/rc.conf`:
|
||||||
|
|
||||||
|
snapserver_enable="YES"
|
||||||
|
|
||||||
|
For additional command line arguments, add:
|
||||||
|
|
||||||
|
snapserver_opts="<your custom options>"
|
||||||
|
|
||||||
|
Start and stop the server with `sudo service snapserver start` and `sudo service snapserver stop`.
|
||||||
|
|
||||||
##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
Reference in a new issue