Skip to content

Instantly share code, notes, and snippets.

@jzztf
Last active March 18, 2019 02:47
Show Gist options
  • Save jzztf/6477d355403a5b0e175649cc46375359 to your computer and use it in GitHub Desktop.
Save jzztf/6477d355403a5b0e175649cc46375359 to your computer and use it in GitHub Desktop.
install emacs26.1 to ubuntu by make
sudo apt update && sudo apt upgrade -y
sudo apt install build-essential libncurses-dev
wget https://mirrors.tuna.tsinghua.edu.cn/gnu/emacs/emacs-26.1.tar.gz
cd emacs26.1
./configure --without-x --with-gnutls=no
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment