462 B
462 B
Compiling emacs in GNU linux systems
Install build-essential
sudo apt install build-essential
sudo apt update && sudo apt build-dep emacs
Download emacs (tarball) and open the directory
./autogen.sh
./configure
sudo make install