Skip to content

Instantly share code, notes, and snippets.

@ba0f3
Last active July 19, 2017 02:00
Show Gist options
  • Select an option

  • Save ba0f3/ae2cdc2e62e5c24151bd to your computer and use it in GitHub Desktop.

Select an option

Save ba0f3/ae2cdc2e62e5c24151bd to your computer and use it in GitHub Desktop.

Revisions

  1. 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
  2. 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