mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
Merge pull request #1116 from 0mp/patch-2
Encourage FreeBSD users to use the ports framework
This commit is contained in:
commit
92dbd717d8
15
INSTALL.md
15
INSTALL.md
@ -109,10 +109,17 @@ Also see the README for usage information.
|
||||
|
||||
## Quick version for FreeBSD
|
||||
|
||||
The build process for FreeBSD is rather complicated, but the good news is that
|
||||
there is a script in the 'scripts' folder that will at least attempt to do all
|
||||
the work for you. And should the script not work for you, you can still look
|
||||
through it and use it as an installation guide.
|
||||
You can use the ports framework to handle dependencies and build options, so
|
||||
the following is sufficient to build from source on FreeBSD:
|
||||
|
||||
```sh
|
||||
cd /usr/ports/audio/forked-daapd
|
||||
make install
|
||||
```
|
||||
|
||||
Otherwise, there is a script in the 'scripts' folder that will at least attempt
|
||||
to do all the work for you. And should the script not work for you,
|
||||
you can still look through it and use it as an installation guide.
|
||||
|
||||
## Quick version for macOS (using Homebrew)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user