Merge pull request #1116 from 0mp/patch-2

Encourage FreeBSD users to use the ports framework
This commit is contained in:
ejurgensen 2020-11-04 12:07:45 +01:00 committed by GitHub
commit 92dbd717d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)