UP | HOME

Building GNU Emacs

I use the following commands to build GNU Emacs from source.

git clone https://git.savannah.gnu.org/git/emacs.git
cd emacs
./autogen.sh
./configure --with-pgtk --with-tree-sitter --prefix=$HOME/opt/emacs  # ./configure --help
make
make install

For more details, see INSTALL.REPO.

Date: 2025-03-06 Thu 00:00

Author: Roi Martin

Created: 2025-03-18 Tue 09:59

Validate