Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #18

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

NightMachinery
Copy link

Adds the workaround from #11 to the readme.

@mpcjanssen
Copy link

I am not a fan of copying files installed by a package manager to other places on the system. It clutters up your drive and can lead to issues when trying to uninstall.
IMO a better approach is to chance the lib-search-dir racket uses to find dynamic libraries. This can be achieved by something like:

cat /Applications/Racket\ v8.3/etc/config.rktd
#hash(
(build-stamp . "") 
(catalogs . ("https://download.racket-lang.org/releases/8.3/catalog/" #f)) 
(doc-search-url . "https://download.racket-lang.org/releases/8.3/doc/local-redirect/index.html") 
(lib-search-dirs . (#f "/opt/homebrew/lib")))

This has the additional benefit that Racket will be able to find other dynamic libs installed with homebrew.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants