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
| git clone https://github.com/emacs-mirror/emacs | |
| cd emacs/ | |
| git checkout emacs-25.3 | |
| sudo apt install --no-install-recommends texinfo | |
| sudo apt install libgtk-3-dev libxpm-dev libjpeg8-dev libgif-dev libtiff5-dev libtinfo-dev librsvg2-dev libmagickwand-dev libacl1-dev libgnutls-dev | |
| # Note: if you have installed Anaconda python distribution, it will | |
| # affect how linker find libjpeg8 dynamic library files. To resolve | |
| # this, simply remove Anaconda directory from PATH variable. | |
| # ./autogen.sh | |
| # ./configure |