Skip to content

Instantly share code, notes, and snippets.

@atejeda
Forked from strobe/compile-emacs.sh
Created June 28, 2020 16:35
Show Gist options
  • Save atejeda/babf0cda39144eb89c3d7f36b3b09e27 to your computer and use it in GitHub Desktop.
Save atejeda/babf0cda39144eb89c3d7f36b3b09e27 to your computer and use it in GitHub Desktop.
Compile emacs 25.2 on CentOS 7.x
yum install gcc make ncurses-devel giflib-devel libjpeg-devel libtiff-devel
wget http://ftp.twaren.net/Unix/GNU/gnu/emacs/emacs-25.1.tar.xz
tar xJf emacs-*
cd emacs-*
./configure --without-x --without-selinux
make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment