用户工具

站点工具


build_emacs_on_macos

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
build_emacs_on_macos [2022/03/22 11:58] jiajibuild_emacs_on_macos [2024/04/13 06:55] (当前版本) jiaji
行 1: 行 1:
-# Build emacs on macOS+# Build Emacs on macOS
  
 ## 步骤 ## 步骤
行 19: 行 19:
  
 ``` ```
-make configure +./autogen.sh 
-./configure --without-xpm + 
---with-imagemagick +./configure \ 
- --without-gsettings \ +--with-mailutils 
- --without-selinux +--with-json \ 
-  --with-json \ +--with-native-compilation  
- --with-native-compilation \ +
---with-xwidgets +
  
 make -j4 make -j4
 make install make install
 ``` ```
 +
 ### 测试 ### 测试
  
行 38: 行 38:
 # 在 Finder 中打开 Emacs,方便拖到 /Applications # 在 Finder 中打开 Emacs,方便拖到 /Applications
 open -R nextstep/Emacs.app open -R nextstep/Emacs.app
 +mv nextSteps/Emacs.app /Applications
 +
 ``` ```
  
行 43: 行 45:
  
 [Emacs 28 新特性介绍](https://mp.weixin.qq.com/s/QXr8ECwmLbAM1TL6371TVQ) [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.1647950308.txt.gz · 最后更改: (外部编辑)