Skip to content

Commit 2ef2f75

Browse files
committed
Readme updates
1 parent a55f32d commit 2ef2f75

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# emacs-mac
22

3-
This is an experimental build of the [emacs-mac](https://bitbucket.org/mituharu/emacs-mac) (aka Carbon[^1] Emacs) port of emacs, updated for Emacs v30.1.
3+
This is an experimental build of the [emacs-mac](https://bitbucket.org/mituharu/emacs-mac) (aka Carbon[^1] Emacs) port of emacs, updated for Emacs HEAD.
44

55
> [!WARNING]
66
> This is an experimental build of `emacs-mac`; there will certainly be bugs. We are looking for feedback and testing from experienced users. If you are familiar with or willing to learn about running new builds of Emacs under a debugger, perfect. If you are a Mac developer familiar with ObjC or Mac Window frameworks, even better! Other users should stick to the official NS build or recent v29.4 emacs-mac release for now.
@@ -18,11 +18,11 @@ Please see the [issues](../../issues) for advice on build configurations for you
1818
>[!IMPORTANT]
1919
> Please open an [issue](../../issues) to report your experiences, even if you encounter no problems. Mention your OS version, CPU, and any other relevant details, including the build/configure flags you used.
2020
21-
This build is kept current with the [`emacs-30`](https://github.com/emacs-mirror/emacs/tree/emacs-30) release branch.
21+
This build is kept current with the [`master`](https://github.com/emacs-mirror/emacs/tree/master) release branch.
2222

2323
## Install
2424

25-
See the `emacs-mac-30_1_exp` branch and the file `README-mac` for additional compile instructions. Briefly:
25+
See the `emacs-mac-gnu_master_exp` branch and the file `README-mac` for additional compile instructions. Briefly:
2626

2727
> [!NOTE]
2828
> On MacOS, `gcc` is actually aliased to the `clang` compiler, which is required to build `emacs-mac`. Recent `gcc` versions either cannot build for the architecture (e.g. Apple Silicon) and/or do not support [blocks](https://en.wikipedia.org/wiki/Blocks_(C_language_extension)), which this build uses heavily.
@@ -82,7 +82,7 @@ make install # Installs all resources under /Applications/Emacs.app (or wherever
8282
#### Non self-contained
8383

8484
```bash
85-
sudo make install # installs resources in, e.g., /usr/local/share/emacs/30.1.50
85+
sudo make install # installs resources in, e.g., /usr/local/share/emacs/31.0.50
8686
```
8787

8888
#### No install, e.g. for debug

0 commit comments

Comments
 (0)