added usage section to readme

This commit is contained in:
2011-11-13 14:36:44 +00:00
parent f874fc956b
commit fd0e860488

View File

@@ -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