mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-22 22:44:25 +01:00
updated FreeBSD install instructions
This commit is contained in:
committed by
Christian Decker
parent
b1e18e16a5
commit
1715b3d004
@@ -135,7 +135,9 @@ OS version: FreeBSD 11.1-RELEASE or above
|
||||
Get dependencies:
|
||||
|
||||
# pkg install -y \
|
||||
autoconf automake gettext git gmp gmake libtool python python3 sqlite3 libsodium py36-mako bash
|
||||
autoconf automake bash gettext git gmp gmake libtool \
|
||||
python python3 sqlite3 libsodium py36-mako py36-pip
|
||||
# pip install mrkd
|
||||
|
||||
If you don't have Bitcoin installed locally you'll need to install that
|
||||
as well:
|
||||
@@ -149,6 +151,9 @@ Clone lightning:
|
||||
|
||||
Build lightning:
|
||||
|
||||
**Note**: Make sure you've set an utf-8 locale, e.g.
|
||||
`export LC_CTYPE=en_US.UTF-8`, otherwise manpage installation may fail.
|
||||
|
||||
$ ./configure
|
||||
$ gmake
|
||||
$ gmake install
|
||||
|
||||
Reference in New Issue
Block a user