跳至内容
Taijicoder Wiki
用户工具
登录
站点工具
搜索
工具
显示页面
过去修订
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
build_emacs_on_macos
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
# Build Emacs on macOS ## 步骤 ### 下载源码 ``` git clone git://git.savannah.gnu.org/emacs.git cd emacs git checkout emacs-28 # 以emacs 28为例,你可以切换到其他的branch ``` ### 下载依赖 ``` brew install libgccjit ``` ### 编译 ``` ./autogen.sh ./configure \ --with-mailutils \ --with-json \ --with-native-compilation make -j4 make install ``` ### 测试 ``` # 直接打开 Emacs open nextstep/Emacs.app # 在 Finder 中打开 Emacs,方便拖到 /Applications open -R nextstep/Emacs.app mv nextSteps/Emacs.app /Applications ``` ## 参考链接 [Emacs 28 新特性介绍](https://mp.weixin.qq.com/s/QXr8ECwmLbAM1TL6371TVQ) [GccEmacs 在各个平台上的安装](https://eason0210.github.io/post/install-gccemacs/) [Emacs 28 native-comp experiment](https://gist.github.com/kaz-yos/379e5f0f56ef703dfe2707f3b6fed4da)
build_emacs_on_macos.txt
· 最后更改:
2024/04/13 06:55
由
jiaji
页面工具
显示页面
过去修订
反向链接
回到顶部