mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
docs: mention FreeBSD gmake requirement in README
Many users land on the README before opening docs/compile.md, so surface the same gmake note there to save them a failed `make` invocation.
This commit is contained in:
parent
6d127b93c4
commit
e993695f5b
1 changed files with 4 additions and 0 deletions
|
|
@ -104,6 +104,10 @@ our [troubleshooting guide](./docs/troubleshooting.md).
|
||||||
If you’d prefer to compile from source code please
|
If you’d prefer to compile from source code please
|
||||||
follow [these instructions](./docs/compile.md).
|
follow [these instructions](./docs/compile.md).
|
||||||
|
|
||||||
|
**Note for FreeBSD users:** the `Makefile` requires GNU Make. Install it with
|
||||||
|
`pkg install gmake` and use `gmake` in place of `make` (for example,
|
||||||
|
`gmake install`).
|
||||||
|
|
||||||
## Component Compatibility
|
## Component Compatibility
|
||||||
|
|
||||||
This section describes version and mode compatibility across Lightning Terminal
|
This section describes version and mode compatibility across Lightning Terminal
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue