xyaku installation

Simple install procedure
========================
  % tar zxvf xyaku-1.x.y.tar.gz         # unpack the sources
  % cd xyaku-1.x.y                      # change to the toplevel directory
  % ./configure                         # run the `configure' script
  (Normally, you need to specify edict path as,
    % ./configure --with-edict=/usr/local/share/edict )
  % make                                # build xyaku
  [ Become root if necessary ]
  % make install                        # install xyaku, xyakurc, add-in modules


Optional features
=================
The 'configure' script can be given some options.

* --with-egrep=PATH
	'configure' script detects 'egrep' command path.
	If you want to specify another command such as 'grep' or 'fgrep',
	you can specify the path.

* --with-netscape=PATH
	'configure' script can detect 'netscape' command path.
	You can specify the path.

* --with-edict=PATH
	Usually, you need to specify 'edict' dictionary path,
	because 'configure' script can't detect the path.
	If you don't specify the path, xyaku uses the default path,
	i.e. /usr/local/share/edict.

* --with-ruby=PATH
	'configure' script can detect 'ruby' command path.
	You can specify the path.

* --with-ebdict=PATH
	Usually, you need to specify EPWING/EB dictionary path,
	because 'configure' script can't detect the path.
	If you don't specify the path, xyaku uses the default path,
	i.e. /mnt/cdrom.


Additional settings
===================
  % cp xyakurc ~/.xyakurc               # copy rc file to your home directory
  % cp Xyaku.ad ~/Xyaku                 # X resource file (not required)

You have to edit .xyakurc file by yourself.
Please read the comments about how to modify it.


Add-in modules
==============
You have to specify add-in modules in .xyakurc file.
Refer to README and addin/ADDIN.txt files about the details.


Customizations (color, font, etc)
=================================
If you want to customize xyaku, edit Xyaku file and copy it to
an appropriate path, such as /usr/X11/lib/X11/app-defaults/Xyaku
or ~/Xyaku.
