From f18d07a4a291f2f5ff04f0744b0d65611d12b453 Mon Sep 17 00:00:00 2001 From: Believerd <30063871+believerd@users.noreply.github.com> Date: Mon, 26 Jun 2023 17:34:48 +0800 Subject: [PATCH] docs: added note for building native dependencies (#2851) --- docs/BUILDING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/BUILDING.md b/docs/BUILDING.md index 2808aef95e..cd3c161d59 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -56,7 +56,8 @@ yarn install ### Build Native Dependencies Run the following script. It will build the native module at [`/packages/native`](/packages/native) and build Node.js binding using [NAPI.rs](https://napi.rs/). -This could take a while if you build it for the first time. +This could take a while if you build it for the first time. +Note: use `strip` from system instead of `binutils` if you are runinng MacOS. [see problem here](https://github.com/toeverything/AFFiNE/discussions/2840) ``` yarn workspace @affine/native build