用户工具

站点工具


build_emacs_on_macos

**这是本文档旧的修订版!**

Build emacs on macOS

下载源码

git clone git://git.savannah.gnu.org/emacs.git
cd emacs
git checkout emacs-28

下载依赖

brew install mailutils libxml2

3. 编译

make configure
./configure --with-mailutils
make -j4
make install

4. 测试

# 直接打开 Emacs
open nextstep/Emacs.app
# 在 Finder 中打开 Emacs,方便拖到 /Applications
open -R nextstep/Emacs.app
build_emacs_on_macos.1636957064.txt.gz · 最后更改: (外部编辑)