OSDN Git Service

initial import
[chasen-legacy/chasen.git] / INSTALL
1 Installation
2 ---------------
3
4    0.  Install double array library Darts-0.2 or newer version.
5        http://cl.aist-nara.ac.jp/~taku-ku/software/darts/
6        And Install libiconv if you need.
7
8    1. Type `./configure' to configure the package for your system.
9       % ./configure
10       You can give `configure' initial values for variables by setting
11       them in the environment like this:
12       % env CC=gcc CFLAGS="-O2 -Wall" ./configure
13       See the file `INSTALL' for detail usage of configure.
14
15    2. Type `make'.
16       % make
17       This produces the system. You might have to use GNU make.
18
19    3. Type `make install' to install programs.
20       # make install
21       This will install the following files.
22       /usr/local/bin/chasen            ChaSen command
23       /usr/local/libexec/chasen/       programs for building dictionaries
24       /usr/local/lib/libchasen.*       ChaSen libraries
25       /usr/local/include/chasen.h      header files
26       /usr/local/share/chasen/doc/     manuals
27
28       The following files will not be installed.
29       perl/ChaSen.pm                   Perl modules to use ChaSen
30
31       To remove old version of ChaSen programs, type the command below.
32       # rm -rf /usr/local/lib/chasen
33