Linux binary package of Julius-4.1.1
=====================================

This is binary package of Julius rev. 4.1.1 for Linux.  This archive
contains pre-compiled executables, libraries, headers and online
manuals.  

Please see "00readme-julius.txt" for overall information of this
release, and "Release.txt" for detailed change log.

Many other documentations and resources can be found on Web.
Please access:

	http://julius.sourceforge.jp/en/

and developer forum at:

	http://julius.sourceforge.jp/forum/


Installation
=============

Execute "./run_install.sh".  You will be asked about the target
directory.  If leave default, "/usr/local" will be selected.
When you type "y" to the confirmations, all the executables,
libraries, headers and manuals are installed to the target directory.



----------------------------------------------------------------------
Executable binary of Julius and related tools are in "bin".  The
JuliusLib, the core engine library, is located in "lib".  The header
files are located in "include".

Directory "julius-simple" contains a sample program to compile with
JuliusLib.  It is a simplified version of Julius to start recognition
according to the given command argument as same as Julius, and output
result to stdout.  It can be compiled by the following commands.

      % cd julius-simple
      % make

