How to install trr-20


http://quox.org/install/emacs-lisp/trr-20.html
[ Top > Install Memo > emacs-lisp > trr > 20 ]

Source:

Related File:


展開

  % tar xvzf ${archive}/trr20.tgz
  % cd trr20

パッチ当て

  % patch -p1 < ${archive}/trr-20.misc.patch

Configure

  edit Makefile:
    prefix = ${prefix}
    installer = ${your E-mail address}
    EMACS = emacs
    CC = gcc
    OPTIONS = -O2 -DHAVE_STRING_H -DHAVE_SYS_TIME_H -DHAVE_FCNTL_H

Make

  % make clean all
  % strip trr_{format,update}

Install

  # make install

Settings

  Add this line to your ~/.emacs:
    (autoload 'trr "trr" nil t)

Last Modified: Wed Jun 13 00:10:59 2001