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
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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 wget http://ftp.gnu.org/gnu/emacs/emacs-25.2.tar.xz
tar xJf emacs-25.2.tar.xz
cd emacs-25.2
./configure --without-x --without-selinux
make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment