Skip to content

Instantly share code, notes, and snippets.

@atejeda
Forked from strobe/compile-emacs.sh
Created June 28, 2020 16:35

Revisions

  1. @strobe strobe revised this gist Jul 19, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion compile-emacs.sh
    Original 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 && make install
    make && sudo make install
  2. @strobe strobe revised this gist Jul 19, 2017. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions compile-emacs.sh
    Original 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-*
    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
  3. Huy Doan revised this gist Feb 13, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions compile-emacs.sh
    Original 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-24.5.tar.gz
    tar xzf emacs-*
    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
  4. Huy Doan created this gist Dec 8, 2015.
    6 changes: 6 additions & 0 deletions compile-emacs.sh
    Original 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