zoukankan      html  css  js  c++  java
  • ubuntu14.04 install emacs24.5

    ubuntu14.04 install emacs24.5

    1 get the src

    1. Use git clone
    $ git clone https://github.com/emacs-mirror/emacs.git
    

    or

    1. download from

    https://www.gnu.org/software/emacs/

    2 libs prepare

    emacs-24.5$ sudo apt-get install libgtk2.0-dev
    emacs-24.5$ sudo apt-get install libxpm-dev
    emacs-24.5$ sudo apt-get install libjpeg8-dev
    emacs-24.5$ sudo apt-get install libgif-dev
    emacs-24.5$ sudo apt-get install libtiff5-dev
    emacs-24.5$ sudo apt-get install libncurses5-dev
    

    3 install emacs-24.5

    emacs-24.5$ ./configure
    emacs-24.5$ make
    emacs-24.5$ sudo make install
    

    4 start

     

    4.1 start with window

    $ emacs
    

    4.2 start without window

    $ emacs -nw
    

    Author: Rex

    Created: 2015-08-01 六 16:47

    Emacs 24.5.1 (Org mode 8.2.10)

    Validate

  • 相关阅读:
    js 隐藏、显示html 标签内容
    Elasticsearch第二章:Elasticsearch6.4.2破解xpack白金认证,以及kibana登录
    Elasticsearch第一章: 安装elasticsearch和kibana
    spring springboot2 结合 websocket+sockJs+stomp 实现个人订阅和广播模式
    MongoDB 查询重复手机号数量
    esxi直通sata控制器给群辉。群辉无法识别全部盘符,无法读取smart
    esxi直通显卡之后 游戏无法打开
    esxi硬盘直通,RDM
    SpringSecurity整合SpringSession-Redis 限制用户登录,SpringSecurity单用户登录
    Spring Security流程解释与配置
  • 原文地址:https://www.cnblogs.com/aqing1987/p/4694307.html
Copyright © 2011-2022 走看看