updated FreeBSD install instructions

This commit is contained in:
minidisk1147
2020-01-02 00:51:50 +01:00
committed by Christian Decker
parent b1e18e16a5
commit 1715b3d004

View File

@@ -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