From 51244c4388c6da4331df1d26d2ef0b6ca47d37ca Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 19 Aug 2021 19:42:15 +0530 Subject: [PATCH] Cleanup previous PR --- docs/build.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/build.rst b/docs/build.rst index 54b9167f5..ec34a557a 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -85,18 +85,17 @@ you might have to rebuild the app. `bypy framework `_ however, that is designed to run on Linux and is not for the faint of heart. - .. note:: Apple disallows certain functionality, such as notifications for unsigned applications. If you need this functionality, you can try signing the built kitty.app with 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. + If you are facing issues with ``linker`` while building, + try with a ``brew`` installed python instead, see :iss:`289` + for more discussion. + Build and run from source with Nix -------------------------------------------