Alicia requires the perl (version5.8) and the two perl modules, Term::Readkey and Term::ReadLine::Perl for command line operations.
Alicia-1.0.x requires the core engine "crash" for Alicia's API.
$ tar -xzf TermReadKey-2.21.tar.gz $ cd TermReadKey-2.21 $ perl Makefile.PL $ make $ make test $ su - # make install
$ tar -xzf Term-ReadLine-Perl-1.0203.tar.gz $ cd Term-ReadLine-Perl-1.0203.tar.gz $ perl Makefile.PL $ make $ make test $ su - # make install
$ tar -xzf crash-3.8-5.tar.gz $ cd crash-3.8-5 $ make $ su - # make install
$ perl '-V:install.*'If you would like to change the target of install directory, you can specify it. Please put "prefix" after "perl Makefile.PL" (see next paragraph).
$ tar -xzf Alicia-.tar.gz $ cd Alicia-version $ perl Makefile.PL $ su - # make # make install
$ perl Makefile.PL prefix="directory path name"/alicia
$CONFDIR="directory path name";
ldasDir = "directory path name"
You can change history file name, history file size, command path of "crash", inputrc of readline that is used by Alicia, and LDAS directory by changing ~/.alicia/alicia.conf or /etc/alicia.conf.
All Rights Reserved, Copyright © 2005, UNIADEX, Ltd.