README: update binaries notes

This commit is contained in:
daywalker90 2026-08-08 15:14:39 +02:00
parent 09b7871f97
commit 7c19529d32
No known key found for this signature in database
GPG key ID: 7AB4802ED5A639F3

View file

@ -64,11 +64,10 @@ Release binaries for
* x86_64-linux
* armv7-linux (Raspberry Pi 32bit)
* aarch64-linux (Raspberry Pi 64bit)
* universal-apple-darwin (macOS)
can be found on the [release](https://github.com/daywalker90/cln-nip47/releases) page. If you are unsure about your architecture you can run ``uname -m``.
They require ``glibc>=2.31``, which you can check with ``ldd --version``.
# Building
You can build the plugin yourself instead of using the release binaries.
First clone the repo:
@ -85,7 +84,7 @@ cargo build --release
After that the binary will be here: ``target/release/cln-nip47``
Note: Release binaries are built using ``cross`` and the ``optimized`` profile.
Note: Release binaries are built with the ``optimized`` profile.
# Documentation