Linux Binary package of Julius-4.0
===================================

This archive contains Linux binary package of Julius Rev.4.0.

To know about this release, see "00readme-julius.txt" and "Release.txt".

Directory "doc" contains documents in plain txt, man, and PDF format.
Included documents are Julius reference manual, jconf configuration
reference manual, JuliusLib API specifications, callback list, etc.
If you are new to Rev.4.0, please take a time to read through them.

The Web site contains many other documentations and a soucrce code
browser updated for Rev.4.0.  They may also help you.

	http://julius.sourceforge.jp/

----------------------------------------------------------------------
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

