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,4 @@
<p>A few days ago, I wrote about <a href="https://irreal.org/blog/?p=10163">a script to build Emacs on the Mac M1</a>. It was perfect for Mac users who want to build their own Emacs exactly the way they want. Not everyone wants to do that, of course. At the other end of the spectrum is the user who just wants to install Emacs with as little fuss as possible.</p>
<p>For those users, Jim Myhrberg has the perfect solution: An <a href="https://www.reddit.com/r/emacs/comments/r9lkmi/emacs_28090_pretest_build_for_macos_with_native/">Emacs.app bundle for Emacs 28.0.90</a> (the first Emacs 28 pretest) that a Mac user can download and install with a minimum of effort.</p>
<p>The bundle includes everything needed to install Emacs with native compilation including the necessary libgccjit library. The installation does support the M1 machines but uses Rosetta2 for that so if you have an M1 youll probably want to find another solution such as one of the <a href="https://brew.sh/">Homebrew</a> distributions.</p>
<p>Myhrberg is an Apple developer and has a developers account so he is able to sign the distribution which means that it just works once installed—no telling the OS that, yes, you really do want to use it. If youre looking for any easy way to install and try the Emacs pretest, its hard to imagine an easier way than Myhrbergs bundle.</p>