Closed Qkessler closed 2 years ago
This project is just a build script, it doesn't actually install Emacs.app into /Applications
. The output of the script should be a *.tbz
archive in a builds
directory. You need to extract the archive and move/copy Emacs.app to wherever you want it yourself.
Hence I'm closing this issue, but feel free to reply further if you have any questions or need help.
Also, if all you're really after is installing a recent/nightly Emacs.app
build, I'd suggest you check my emacs-builds project: https://github.com/jimeh/emacs-builds
It produces new nightly builds every day with GitHub Actions and the build-emacs-for-macos
script in this repo. It also provides a set of Homebrew casks to make installation of the builds extra simple. The Homebrew casks is actually how I've been personally installing nightly Emacs 28.x and 29.x builds ever since I started the emacs-builds project.
Hi there!
I finally ended up installing the cask from your emacs-bulids, and it works great. Thanks for your work Jim, keep it up!
Best, Enrique.
On Thu, Feb 24, 2022 at 5:14 PM Jim Myhrberg @.***> wrote:
This project is just a build script, it doesn't actually install Emacs.app into /Applications. The output of the script should be a *.tbz archive in a builds directory.
Hence I'm closing this issue, but feel free to reply further if you have any questions or need help.
Also, if all you're really after is installing a recent/nightly Emacs.app build, I'd suggest you check my emacs-builds project: https://github.com/jimeh/emacs-builds
It produces new nightly builds every day with GitHub Actions and the build-emacs-for-macos script in this repo. It also provides a set of Homebrew casks to make installation of the builds extra simple. The Homebrew casks is actually how I've been personally installing nightly Emacs 28.x and 29.x builds ever since I started the emacs-builds project.
— Reply to this email directly, view it on GitHub https://github.com/jimeh/build-emacs-for-macos/issues/67#issuecomment-1050020405, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALN7QXAMCAF2ZW7XLSCCSGDU4ZKPDANCNFSM5PE2OSQA . You are receiving this because you authored the thread.Message ID: @.***>
-- Enrique Kessler Martínez. c/ Jiménez de la espada, Cartagena, España.
Hi there,
I have a currently working Emacs master build running the main script, and I can run the application from spotlight. Nevertheless, I don't see an Emacs.app in the /Applications folder. Where is this linked from? My questions comes from not having the
emacs
andemacsclient
cli commands available.I'll provide additional details as necessary. Thanks for your work.