install emacs
Posted otfsenter
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了install emacs相关的知识,希望对你有一定的参考价值。
address: http://ftp.gnu.org/pub/gnu/emacs/
file: emacs-26.1.tar.gz
yum -y groupinstall "Development Tools"
yum -y install gtk+-devel gtk2-devel
yum -y install libXpm-devel
yum -y install libpng-devel
yum -y install giflib-devel
yum -y install libtiff-devel libjpeg-devel
yum -y install ncurses-devel www.2cto.com
yum -y install gpm-devel dbus-devel dbus-glib-devel dbus-python
yum -y install GConf2-devel pkgconfig
yum -y install libXft-devel
tar xvf emacs-24.2.tar.gz
cd emacs-24.2
./configure –prefix=/usr/local –with-x-toolkit=gtk --with-gnutls=no --with-mailutils
make
make install
以上是关于install emacs的主要内容,如果未能解决你的问题,请参考以下文章
环境初始化 Build and Install the Apache Thrift IDL Compiler Install the Platform Development Tools(代码片段