File: README

package info (click to toggle)
prime 1.0.0.1-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,416 kB
  • ctags: 1,116
  • sloc: ruby: 7,139; lisp: 1,866; sh: 442; makefile: 242
file content (34 lines) | stat: -rw-r--r-- 1,088 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#### README: README file of prime
#### $Id: README,v 1.2 2003/06/03 05:52:38 komatsu Exp $
####
#### Copyright (C) 2003 Hiroyuki Komatsu <komatsu@taiyaki.org>
####     All rights reserved.
####     This is free software with ABSOLUTELY NO WARRANTY.
####
#### You can redistribute it and/or modify it under the terms of 
#### the GNU General Public License version 2.

---- WHAT IS PRIME? ----------------------------------------
PRIME is Japanese PRedictive Input Method Editor.
For more detail, please see the following web page.

    http://taiyaki.org/prime/

---- HOW TO INSTALL ----------------------------------------

% ./configure
% make
% make install
% make install-etc (If you need)

"make install-etc" command overwrites ${prime-configdir}/.primerc
You might not need run this command for subsequent installation.

---- HOW TO SETUP ------------------------------------------

Please add the following line to your '.emacs'.

  (require 'init-prime)

If you have specified '--with-prime-el-initfile', the value 'init-prime'
changes to your specified value sans the extension.