Skip to content

Instantly share code, notes, and snippets.

@ba0f3
Last active July 19, 2017 02:00
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ba0f3/ae2cdc2e62e5c24151bd to your computer and use it in GitHub Desktop.
Save ba0f3/ae2cdc2e62e5c24151bd to your computer and use it in GitHub Desktop.
Compile emacs 25.1 on CentOS 6.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
@mbacou
Copy link

mbacou commented Feb 28, 2016

Thanks!

@vsobotka
Copy link

Much appreciated!

@waterloo3122
Copy link

nice work thanks

@waterloo3122
Copy link

this also works on CentOS 7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment