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:
0xfandom 2026-05-05 11:33:00 +05:30
parent 6d127b93c4
commit e993695f5b

View file

@ -104,6 +104,10 @@ our [troubleshooting guide](./docs/troubleshooting.md).
If youd prefer to compile from source code please If youd 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