Revisions
-
strobe revised this gist
Jul 19, 2017 . 1 changed file with 1 addition and 1 deletion.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 @@ -3,4 +3,4 @@ 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 -
strobe revised this gist
Jul 19, 2017 . 1 changed file with 3 additions and 3 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 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 && make install -
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