Skip to content

Instantly share code, notes, and snippets.

@ngn999
Last active October 7, 2015 10:08
Show Gist options
  • Save ngn999/3148635 to your computer and use it in GitHub Desktop.
Save ngn999/3148635 to your computer and use it in GitHub Desktop.
编译emacs 23.4

我的配置是是针对23的,也不知道到24有多大变化, 所以还是用23好了.
升到24, 好多包的管理方式要变了, 怕不适应.

编译参数:

 ./configure --prefix=/opt/emacs/ --with-x=no --with-x-toolkit=no --enable-largefile
 make -j 8
@ngn999
Copy link
Author

ngn999 commented Jun 24, 2013

now:

 ./configure --prefix=/opt/emacs24/ --with-x=no --with-x-toolkit=no --enable-largefile

@ngn999
Copy link
Author

ngn999 commented Jun 24, 2013

轻松升级到emacs24啊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment