build_emacs_on_macos
差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
| build_emacs_on_macos [2021/11/15 06:19] – jiaji | build_emacs_on_macos [2024/04/13 06:55] (当前版本) – jiaji | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | # Build emacs on macOS | + | # Build Emacs on macOS |
| ## 步骤 | ## 步骤 | ||
| 行 8: | 行 8: | ||
| git clone git:// | git clone git:// | ||
| cd emacs | cd emacs | ||
| - | git checkout emacs-28 | + | git checkout emacs-28 |
| ``` | ``` | ||
| + | |||
| ### 下载依赖 | ### 下载依赖 | ||
| ``` | ``` | ||
| - | brew install | + | brew install |
| ``` | ``` | ||
| ### 编译 | ### 编译 | ||
| ``` | ``` | ||
| - | make configure | + | ./ |
| - | ./configure --with-mailutils | + | |
| + | ./ | ||
| + | --with-mailutils | ||
| + | --with-json \ | ||
| + | --with-native-compilation | ||
| + | |||
| make -j4 | make -j4 | ||
| make install | make install | ||
| ``` | ``` | ||
| + | |||
| ### 测试 | ### 测试 | ||
| 行 30: | 行 38: | ||
| # 在 Finder 中打开 Emacs,方便拖到 / | # 在 Finder 中打开 Emacs,方便拖到 / | ||
| open -R nextstep/ | open -R nextstep/ | ||
| + | mv nextSteps/ | ||
| + | |||
| ``` | ``` | ||
| 行 35: | 行 45: | ||
| [Emacs 28 新特性介绍](https:// | [Emacs 28 新特性介绍](https:// | ||
| + | |||
| + | [GccEmacs 在各个平台上的安装](https:// | ||
| + | |||
| + | [Emacs 28 native-comp experiment](https:// | ||
build_emacs_on_macos.1636957163.txt.gz · 最后更改: (外部编辑)
