square / square/pylink

Instructions on dealing with external dependencies on Mac

Open
#116 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
430
Forks
151
Avg merge
5d 3h
Merged PRs (30d)
1

Description

On recent versions of OSX (tested on Big Sur), it is by default impossible to set some environment variables, including DYLD_LIBRARY_PATH. Hence the suggested Option B, reported below, does not work.

# Option B: Add SEGGER's J-Link directory to your dynamic libraries path.
$ export DYLD_LIBRARY_PATH=/Applications/SEGGER/JLink:$DYLD_LIBRARY_PATH

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the documentation containing the quoted “Option B” instructions for setting DYLD_LIBRARY_PATH. Check how external dependencies are currently documented for recent macOS versions, then update the guidance so the J-Link setup instructions reflect a workable approach; done means the obsolete Option B is corrected.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, python
Domain
documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.