UP | HOME

Building GNU Emacs

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

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

For more details, see INSTALL.REPO.

Date: 2025-03-06 Thu 00:00

Author: Roi Martin

Created: 2025-11-22 Sat 22:53

Validate