Add kipy DYLD_FALLBACK_LIBRARY_PATH note to README

main
Nathan L. Conrad 4 years ago
parent 8b2d259edc
commit 1b60e9f477

@ -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

Loading…
Cancel
Save