Ubuntu14.04 install Emacs24.5

Source: Internet
Author: User
1. preparations 2. install basic component tools 3. download the dependency library required for emacs compilation. 4. download emacs24.5, compile and install emacs24.5. download and install my emacs configuration file 6. configure tmux and zsh1. prepare for the operation system Ubuntu14.04STL to modify the update source, update the system, and install necessary software $ cd/etc/apt $ wget-chttp: // mirrors.163.com /.
  • 1. Preparations
  • 2. Install basic component tools
  • 3. Download the dependency library required for emacs Compilation
  • 4. Download emacs24.5 for compilation and Installation
  • 5. Download and install my emacs configuration file
  • 6. Configure tmux and zsh
1. Preparations

Operating system Ubuntu 14.04 STL
Modify the update source, update the system, and install necessary software.

$ cd /etc/apt$ wget -c http://mirrors.163.com/.help/sources.list.trusty$ mv sources.list sources.list.bak$ mv sources.list.trusty sources.list$ apt-get update$ apt-get upgrade$ apt-get install git zsh tmux curl
2. Install basic component tools
$ sudo apt-get install build-essential
3. Download the dependency library required for emacs Compilation
sudo apt-get build-dep emacs24
4. Download emacs24.5 for compilation and Installation
wget -c http://ftp.gnu.org/gnu/emacs/emacs-24.5.tar.gztar zxf emacs-24.5.tar.gz./configure  --with-x-toolkit=nomakemake install
5. Download and install my emacs configuration file
git clone https://github.com/robin-liu-1983/emacs-robin.d.gitcd emacs-robin.dcp -rf emacs.d ~/.emacs.d
6. Configure tmux and zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"cp tmux.conf ~/.tmux.confcp zshrc-linux ~/.zshrc

Configure the newLISP Development Environment http://www.linuxidc.com/Linux/2013-01/78463.htm for Emacs

Teach you how to configure http://www.linuxidc.com/Linux/2012-10/72342.htm for Emacs theme

Ubuntu compilation and installation of Emacs23 http://www.linuxidc.com/Linux/2009-08/21348.htm

How to customize Emacs http://www.linuxidc.com/Linux/2012-10/72341.htm

In the GNU Emacs environment, how does one compile and run C/C ++ programs? Http://www.linuxidc.com/Linux/2012-08/68299.htm

Ubuntu installed Emacs with dependency problems and solutions http://www.linuxidc.com/Linux/2014-08/104975.htm

This article permanently updates the link address: Http://www.linuxidc.com/Linux/2016-03/129047.htm

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.