29 January 2014

1 準備編譯環境 MinGW 和 MSYS1

D:\>set PATH=%PATH%;C:\MinGW\bin\;C:\MinGW\msys\1.0\bin\

2 下載最新版 emacs 并解壓

3 編譯

3.1 configure

D:\emacs-24.3\nt>configure.bat

3.2 make

D:\emacs-24.3\nt>mingw32-make SHELL=cmd.exe

3.3 install

D:\emacs-24.3\nt>mingw32-make SHELL=cmd.exe install INSTALL_DIR=C:/emacs

4 Enjoy, and Happy Emacsing!

emacs

Footnotes: