trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<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>