From a2836c922f24572b8e459962003a4e573b493602 Mon Sep 17 00:00:00 2001 From: grubles Date: Fri, 1 Mar 2024 09:16:10 -0500 Subject: [PATCH] docs: add warning about alpine linux / musl libc and elementsd [skip ci] (#286) --- docs/setup_elementsd.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/setup_elementsd.md b/docs/setup_elementsd.md index d3fec1b8..69409b2d 100644 --- a/docs/setup_elementsd.md +++ b/docs/setup_elementsd.md @@ -2,6 +2,9 @@ `elementsd` is the daemon used to sync and verify the [Liquid Network](https://docs.liquid.net/docs) and is used for PeerSwap L-BTC swaps. To set up `elementsd` for PeerSwap, follow the steps here. +> [!IMPORTANT] +> Musl-based Linux distributions such as Alpine Linux require manually building `elementsd` with additional [compile-time flags](https://github.com/ElementsProject/elements/issues/1299#issuecomment-1843435091) to account for musl's different stack size. + ## Building from source