mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
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:
committed by
Rusty Russell
parent
706b47587f
commit
b3f72f9eed
@@ -167,7 +167,18 @@ To Build on FreeBSD
|
||||
|
||||
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):
|
||||
|
||||
# pkg install c-lightning
|
||||
|
||||
Reference in New Issue
Block a user