From 883a1cbc77d0f157f4c3990aeb9a1fea1be7076b Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Mon, 16 Sep 2024 08:53:05 +0200 Subject: [PATCH] Refine wording See #3639 --- docs/dev/building/build_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/building/build_instructions.md b/docs/dev/building/build_instructions.md index 74fb0d4e6e..3f773503d2 100644 --- a/docs/dev/building/build_instructions.md +++ b/docs/dev/building/build_instructions.md @@ -106,7 +106,7 @@ Once the build finishes successfully, you can find the `duckdb.exe` binary in th ## Raspberry Pi (32-bit) -On 32-bit Raspberry Pi controllers, you need to add the [`-latomic` link flag](https://github.com/duckdb/duckdb/issues/13855#issuecomment-2341539339). +On 32-bit Raspberry Pi boards, you need to add the [`-latomic` link flag](https://github.com/duckdb/duckdb/issues/13855#issuecomment-2341539339). As extensions are not distributed for this platform, it's recommended to also include them in the build. For example: