From 1b60e9f47772f517a62a01d82d433a0404d53bee Mon Sep 17 00:00:00 2001 From: "Nathan L. Conrad" Date: Tue, 16 Mar 2021 14:18:47 -0500 Subject: [PATCH] Add kipy DYLD_FALLBACK_LIBRARY_PATH note to README --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index 1993733..eca4539 100644 --- a/README +++ b/README @@ -20,6 +20,11 @@ DEPENDENCIES - kipy (https://git.alt-tek.com/nathan/dots/src/branch/main/macos/bin/kipy) is useful to simplify executing scripts with KiCad's Python environment. It is required to generate board plots with plot.py for releases. + Because the Python included with KiCad for macOS also tries to dynamically + load system libraries which don't always exist, kipy also sets the + DYLD_FALLBACK_LIBRARY_PATH environment variable such that MacPorts + libraries can supplement where needed. Notably, installing the MacPorts + OpenSSL package can eliminate many 'unsupported hash type' errors. - tea (https://gitea.com/gitea/tea) is required to generate releases. Install and write your API token to ~/.config/git.alt-tek.com/api-token. Restrict access to your API token by setting its file permissions