Skip to content

Instantly share code, notes, and snippets.

View vany-egorov's full-sized avatar

Ivan Egorov vany-egorov

View GitHub Profile
@vany-egorov
vany-egorov / get-emacs.sh
Last active May 12, 2018 20:43 — forked from LeeiFrankJaw/get-emacs.sh
Install Emacs 25.3 on Ubuntu 16.04.3 LTS
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