Encourage FreeBSD users to use the ports framework

This commit is contained in:
Mateusz Piotrowski 2020-11-03 15:21:38 +01:00
parent db5ba5bf47
commit 6d95262174
1 changed files with 11 additions and 4 deletions

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)