Encourage FreeBSD users to use the ports framework
This commit is contained in:
parent
db5ba5bf47
commit
6d95262174
15
INSTALL.md
15
INSTALL.md
|
@ -109,10 +109,17 @@ Also see the README for usage information.
|
||||||
|
|
||||||
## Quick version for FreeBSD
|
## Quick version for FreeBSD
|
||||||
|
|
||||||
The build process for FreeBSD is rather complicated, but the good news is that
|
You can use the ports framework to handle dependencies and build options, so
|
||||||
there is a script in the 'scripts' folder that will at least attempt to do all
|
the following is sufficient to build from source on FreeBSD:
|
||||||
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.
|
```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)
|
## Quick version for macOS (using Homebrew)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue