|home| |posts| |projects| |cv| |bookmarks| |github|

Emacs from source

Download tarball from emacs website.

Install its dependencies:

sudo apt install build-dep emacs

Configure it and make install it:

./configure --prefix=$HOME/opt/emacs --with-native-compilation=aot --with-x-toolkit=gtk3 --with-json