Emacs compilation notes in linux

Source: Internet
Author: User
Emacs compilation notes in linux as a linux beginner, I tried to compile the editor's God Emacs by myself. it is a sense of accomplishment to learn the entire gcc compilation tool chain. Compilation content: Emacs24.1.1 environment: ubuntu12.04LTS32-bit www.2cto. com1. download the source code package from this...
Emacs compilation notes in linux as a linux beginner, I tried to compile the editor's God Emacs by myself. it is a sense of accomplishment to learn the entire gcc compilation tool chain. Compilation content: Emacs 24.1.1 environment: ubuntu12.04LTS 32-bit www.2cto.com 1. download the source package from here to find: http://ftp.gnu.org/pub/gnu/emacs/ 2. unzip the source code tar-xzvf emacs-24.1.tar.gz 3. configure the sudo apt-get install build-essential sudo apt-get install build-dep emacs prompt that only emacs23 is available. 4. check environment & generate makefile for execution: www.2cto.com. /configure indicates whether to run the xwindows interface again. /configure -- without-x indicates that makefile is successfully generated. 5. after compiling and typing the command make for a while, the system prompts an error: Cannot open load file: case-table online search and finds it is a problem with the Chinese path, so it is copied to the system root directory. Again./configure -- without-x continue to make prompt successful 6. install and type make install prompt permission is not enough so www.2cto.com sudo make install a few minutes? The installation is successful. Type emacs to confirm that the version is correct. Reference: http://leo0216.blog.51cto.com/188904/70605 "with open source, how to compile the software" http://foyo99.zhuidaniu.com/blogs/634 "ubuntu Emacs 24 compilation and installation" http://bbs.ctex.org/forum.php? Mod = viewthread & tid = 51812 author BitSky
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.