This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir emacs | |
| cd emacs | |
| git init | |
| git remote add origin https://github.com/emacs-mirror/emacs.git | |
| git fetch --depth 1 origin emacs-26 | |
| git reset --hard FETCH_HEAD | |
| sudo apt install autoconf make gcc texinfo libgtk-3-dev libxpm-dev libjpeg-dev libgif-dev libtiff5-dev libgnutls-dev libncurses5-dev | |
| ./configure | |
| make | |
| sudo make install |