Last active
July 19, 2017 02:00
-
-
Save ba0f3/ae2cdc2e62e5c24151bd to your computer and use it in GitHub Desktop.
Revisions
-
Huy Doan revised this gist
Feb 13, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ 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 -
Huy Doan created this gist
Dec 8, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ yum install gcc make ncurses-devel giflib-devel libjpeg-devel libtiff-devel wget http://ftp.twaren.net/Unix/GNU/gnu/emacs/emacs-24.5.tar.gz tar xzf emacs-* cd emacs-* ./configure --without-x --without-selinux make && make install