mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 18:27:12 +02:00
Add instructions to build Debian packages
This commit is contained in:
parent
f34ca2eb93
commit
c54f4d2aea
1 changed files with 7 additions and 0 deletions
|
@ -79,6 +79,13 @@ Install Snapserver
|
|||
|
||||
This will copy the server binary to `/usr/bin` and update init.d/systemd to start the server as a daemon.
|
||||
|
||||
### Debian packages
|
||||
|
||||
Debian packages can be made with
|
||||
|
||||
$ sudo apt-get install dh-systemd
|
||||
$ fakeroot make -C server -f debian/rules binary
|
||||
$ fakeroot make -C client -f debian/rules binary
|
||||
|
||||
## FreeBSD (Native)
|
||||
Install the build tools and required libs:
|
||||
|
|
Loading…
Add table
Reference in a new issue