coreserverにemacsをインストール

coreserverにemacsをインストールしました。成功したのでメモ。

■emacsのインストール

> mkdir local/emacs

> cd local/src

> wget http://core.ring.gr.jp/pub/GNU/emacs/emacs-22.3.tar.gz

> tar xvzf emacs-22.3.tar.gz

> cd emacs-22.3/

> ./configure –prefix=$HOME/local/emacs

> make

> make install

■pathを設定しておく

> cd

> vi .bashrc

———————-

#emacs
PATH=$PATH:$HOME/local/emacs/bin
export PATH

———————-


Article written by

One Response

Page 1 of 1
  1. Joker
    Joker at | | Reply

    Hi there,
    Can i get a one small picture from your blog?
    Have a nice day
    Joker

Please comment with your real name using good manners.

Leave a Reply