fix(docs): Fix instructions for installing cln on FreeBSD

This commit is adding the instructions for compiling cln on FreeBSD,
because it looks that we not longer compile with the FreeBSD package
manager, and I have no idea who the mantainer of this package is.

Link: https://github.com/ElementsProject/lightning/issues/6301
Reported-by: @bektar
Changelog-None
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
Vincenzo Palazzo
2023-06-13 16:32:16 +02:00
committed by Rusty Russell
parent 706b47587f
commit b3f72f9eed

View File

@@ -167,7 +167,18 @@ To Build on FreeBSD
OS version: FreeBSD 11.1-RELEASE or above OS version: FreeBSD 11.1-RELEASE or above
Core Lightning is in the FreeBSD ports, so install it as any other port ```
pkg install git python py39-pip gmake libtool gmp sqlite3 \
postgresql13-client gettext autotools
https://github.com/ElementsProject/lightning.git
pip install --upgrade pip
pip3 install mako
./configure
gmake -j$(nproc)
gmake install
```
Alternately, Core Lightning is in the FreeBSD ports, so install it as any other port
(dependencies are handled automatically): (dependencies are handled automatically):
# pkg install c-lightning # pkg install c-lightning