emacs/var/elfeed/db/data/a3/a3494f5b7a2c5d5f4634971c0aba9fa6c8335c65
2022-01-03 12:49:32 -06:00

3 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>Colin McLear (mclearc) has a <a href="https://github.com/mclear-tools/build-emacs-macos">script for building Emacs on macOS</a>. He uses it to build Emacs on the M1 MacBook pro running Monterrey 12.0.1. I see lots of requests from people asking where they can find an Emacs binary for some particular operating system/machine. When the machine is a Mac, the most usual advice is to use <a href="https://brew.sh/">Homebrew</a>, which is a good solution but for those who want to build from scratch so that they get <i>exactly</i> what they want, its good to have a script for the build. Even if you need to adjust some of the build parameters for your use case, once you do, you can easily build updates or install Emacs on a new machine.</p>
<p>The script comes with some (5) patches that you may or may not want to apply. Its easy to omit the ones you dont want. Similarly, its easy to change the configure options if you want to add or delete from the set the McLear chose.</p>
<p>Theres a lot to be said for the strategy of writing a script to build Emacs. For some reason, Ive never done that and always have to look up my notes to remind me of the magic incantation. With a script, you just have to run it to build a new Emacs. Im going to take McLears script and adopt it for my particular environment. I cant quite think why I havent done so already.</p>