You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# emacs-mac
2
2
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.
4
4
5
5
> [!WARNING]
6
6
> 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
18
18
>[!IMPORTANT]
19
19
> 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.
20
20
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.
22
22
23
23
## Install
24
24
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:
26
26
27
27
> [!NOTE]
28
28
> 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
82
82
#### Non self-contained
83
83
84
84
```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
0 commit comments