Skip to content

Commit 8129a2e

Browse files
committed
docs(readme): update Status section, and minor tweaks
1 parent 4ae288c commit 8129a2e

File tree

1 file changed

+26
-22
lines changed

1 file changed

+26
-22
lines changed

README.md

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,10 @@ Use this script at your own risk.
1717
built from the `master` branch. This script allows you to choose any branch,
1818
tag, or git ref you want.
1919

20-
## Status
21-
22-
As of writing (2021-04-25) it works for me on my machine. Your luck may vary.
23-
24-
I have successfully built:
25-
26-
- `emacs-27.1` release git tag
27-
- `master` branch (Emacs 28.x)
28-
- `feature/native-comp` branch (Emacs 28.x)
29-
30-
For reference, my machine is:
20+
## Binary Builds
3121

32-
- 13-inch MacBook Pro (2020), 10th-gen 2.3 GHz Quad-Core Intel Core i7 (4c/8t)
33-
- macOS Big Sur 11.2.3 (20D91)
34-
- Xcode 12.4 (12D4e)
22+
Nightly and stable binary builds produced with this build script are available
23+
from [jimeh/emacs-builds](https://github.com/jimeh/emacs-builds).
3524

3625
## Limitations
3726

@@ -41,14 +30,9 @@ The build produced does have some limitations:
4130
application will be that of the machine it was built on.
4231
- The minimum required macOS version of the built application will be the same
4332
as that of the machine it was built on.
44-
- The application is not signed, so running it on machines other than the one
45-
that built the application will yield warnings. If you want to make a signed
46-
Emacs.app, google is you friend for finding signing instructions.
47-
48-
## Binary Builds
49-
50-
Nightly and stable binary builds produced with this build script are available
51-
from [jimeh/emacs-builds](https://github.com/jimeh/emacs-builds).
33+
- The application is not signed automatically, but the CLI tool used to sign the
34+
nightly builds is available. Run `go run ./cmd/emacs-builder package --help`
35+
for details. More detailed instructions will come soon.
5236

5337
## Requirements
5438

@@ -66,6 +50,26 @@ from [jimeh/emacs-builds](https://github.com/jimeh/emacs-builds).
6650
brew install ruby
6751
```
6852

53+
## Status
54+
55+
As of writing (2021-11-27) it works for me on my machine and for the nightly
56+
builds in [jimeh/emacs-builds](https://github.com/jimeh/emacs-builds). Your luck
57+
may vary.
58+
59+
I have successfully built:
60+
61+
- `emacs-28` release branch
62+
- `master` branch (Emacs 29.x)
63+
64+
For reference, my machine is:
65+
66+
- 13-inch MacBook Pro (2020), 10th-gen 2.3 GHz Quad-Core Intel Core i7 (4c/8t)
67+
- macOS Monterey 12.0.1 (21A559)
68+
- Xcode 13.1 (13A1030d)
69+
70+
Nightly builds are built with GitHub Actions on GitHub-hosted runners, using
71+
`macos-10.15`.
72+
6973
## Usage
7074

7175
```

0 commit comments

Comments
 (0)