Skip to content

Instantly share code, notes, and snippets.

  • Save ethan-funny/ba6b39839b8044a6224df20def2d32fc to your computer and use it in GitHub Desktop.
Save ethan-funny/ba6b39839b8044a6224df20def2d32fc to your computer and use it in GitHub Desktop.
install emacs-24.5 from source centos7
wget http://mirror.sdunix.com/gnu/emacs/emacs-24.5.tar.gz
tar zxvfp emacs-24.5.tar.gz
cd emacs-24.5/
./configure
sudo yum -y install libXpm-devel libjpeg-turbo-devel openjpeg-devel openjpeg2-devel turbojpeg-devel giflib-devel libtiff-devel gnutls-devel libxml2-devel GConf2-devel dbus-devel wxGTK-devel gtk3-devel
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment