jimeh / build-emacs-for-macos

Somewhat hacky script to automate building of Emac.app on macOS.
484 stars 50 forks source link

Investigate support for new built-in tree-sitter support #78

Closed jimeh closed 1 year ago

mok0 commented 1 year ago

I found I had to

brew install tree-sitter

before Emacs would compile. (I also had to brew install libgccjit and texinfo.)

jimeh commented 1 year ago

@mok0 yep, those are already listed in the Brewfile. If you run brew bundle it will install everything from that file.

This issue is actually resolved already as of a few months ago, turned out to be so easy I forgot about this issue... lol