Add linker fail build notes for macos

This commit is contained in:
Fladson Gomes 2021-08-19 15:08:08 +02:00 committed by GitHub
parent fc528941bd
commit 2529ef2f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,12 @@ you might have to rebuild the app.
a self signed certificate, see for example, `here a self signed certificate, see for example, `here
<https://stackoverflow.com/questions/27474751/how-can-i-codesign-an-app-without-being-in-the-mac-developer-program/27474942>`_. <https://stackoverflow.com/questions/27474751/how-can-i-codesign-an-app-without-being-in-the-mac-developer-program/27474942>`_.
.. note::
If you are facing issues with ``linker`` while building, try with a ``brew`` installed python instead.
Or check `this thread
<https://github.com/kovidgoyal/kitty/issues/289>`_ for different solutions.
Build and run from source with Nix Build and run from source with Nix
------------------------------------------- -------------------------------------------