Next: , Previous: , Up: Emacs on Mac OS   [Index]


4.1.2.2 Build Emacs from Source on OSX

git clone git://git.savannah.gnu.org/emacs.git
cd emacs
./autogen.sh
./configure --with-ns
make install
cd nextstep
open Emacs.app