From 2529ef2f0b0594e807af57f1885deda2c1c60c56 Mon Sep 17 00:00:00 2001 From: Fladson Gomes Date: Thu, 19 Aug 2021 15:08:08 +0200 Subject: [PATCH] Add linker fail build notes for macos --- docs/build.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/build.rst b/docs/build.rst index d0df97d75..54b9167f5 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -92,6 +92,12 @@ you might have to rebuild the app. a self signed certificate, see for example, `here `_. + +.. note:: + If you are facing issues with ``linker`` while building, try with a ``brew`` installed python instead. + Or check `this thread + `_ for different solutions. + Build and run from source with Nix -------------------------------------------