$ sudo apt-get install build-essential
$ sudo apt-get build-dep emacs24
$ wget http://ftp.gnu.org/gnu/emacs/emacs-24.4.tar.gz
$ tar -xzvf emacs-24.4.tar.gz
$ rm emacs-24.4.tar.gz
$ cd emacs-24.4
$ ./configure --prefix=/opt/emacs
$ make
$ sudo make install
在ubuntu上安装emacs
最新推荐文章于 2021-05-03 17:18:36 发布