mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 06:06:40 +00:00
added usage section to readme
This commit is contained in:
14
README.md
14
README.md
@@ -25,6 +25,20 @@ So I decided to quickly hack together a script to automate that manual
|
||||
process. The code is a horrible hack, but it (seemingly) works as I'm writing
|
||||
this in Emacs built with it.
|
||||
|
||||
## Usage
|
||||
|
||||
Myself I run the following command which will download a tarball of the
|
||||
`master` branch, apply the fullscreen and sRGB patches, and build Emacs.app:
|
||||
|
||||
./build-emacs-for-osx --srgb
|
||||
|
||||
Or for example if you want to build the `EMACS_PRETEST_24_0_91` tag, run:
|
||||
|
||||
./build-emacs-for-osx --srgb EMACS_PRETEST_24_0_91
|
||||
|
||||
Resulting applications are saved to the `builds` directory in a bzip2
|
||||
compressed tarball.
|
||||
|
||||
## Internals
|
||||
|
||||
I decided to pull Emacs' source from the GitHub mirror rather than the
|
||||
|
||||
Reference in New Issue
Block a user