-
Notifications
You must be signed in to change notification settings - Fork 566
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-mac.md #963
Update README-mac.md #963
Conversation
Add instruction to install from homebrew directly.
Why not working? Maybe not working due to this bug: |
The difference is using dynamic linking with I have little knowledge about this, so I raised this draft PR to draw attention to see if anyone can help to fix this issue. |
All crash stacktraces look like this
Only leveldb is linked to tcmalloc.
Break on
Debug prints from dyld:
It's likely due to the leveldb depending on tcmalloc. edit: For reference, Debian's libleveldb does not depend on libtcmalloc so I consider this a packaging error by Homebrew. Introduced here. Please consider reporting this to Homebrew. |
Thanks to @ksqsf for the information, this issue has been fixed by homebrew, and now librime can be installed directly through Homebrew. 🎉 |
Add instruction to install from HomeBrew directly.
Additional Info
Currently, the official HomeBrew formula doesn't not support working with emacs-rime, but this customize formula work.Here, effort/help is needed to make the official formula withdepends_on
work.