Win32 Binary Distribution - ILU 2.0 alpha 14
--------------------------------------------

This is the binary distribution of ILU for Win32.  It is a
'Release' (optimizations on) build.  It includes prebuilt support
for C, C++, Python 1.5.1, Java (support for  Microsoft's Java SDK 2
Final AND Javasoft JDK 1.1.6 AND JDK 1.2), and Lisp. It also includes a build
of the ILUCosNaming service.

It includes the examples.  The ones which are buildable under
Win32 have been built in this distribution.  You'll find them in
the examples/<some_example_name>/WinRel(W) directories.

It includes the documentation in both postscript and html form in
the 'doc' directory (manual_toc.html is the table of contents).  
The Windows specific information is in the 'Windows' chapter.


PYTHON Users NOTE:
------------------
The default is Python 1.5.1.  Users who wish to use Python 1.4
will have to rebuild - see the Windows section of the manual.


JAVA Users NOTE:
----------------
The binary distribution of ILU 2.0 alpha 14 for Win32, was
constructed with support for BOTH Microsoft SDK for Java, 2 final
and JavaSoft's JDK 1.1.6 and JDK1.2.  ILU will automatically choose which of
$(ILUHOME)\bin\ilujava_ms.dll and $(ILUHOME)\bin\ilujava.dll etc. to
load.  [FYI: $(ILUHOME)\lib\classes was produced with the Javasoft
1.1.6 tools, but this should be compatible with Microsoft as well as 
JDK 1.2 (compiled class
files)]


Environment variables
---------------------
Don't forget you'll want to set at least the ILUPATH and
ILU_BINDING_DIRECTORY environment vars add $(ILUHOME)\bin to your
PATH, and possibly others depending on the languages you use. 
See the Windows section of the ILU manual for details For example, 
here's how things are set on my machine:

ILU related:
  ILUHOME=e:\iluwin
  ILUPATH=.;e:\iluwin\interfaces
  ILUSRC=e:\iluwin\src
  ILU_BINDING_DIRECTORY=g:\binding
  
  PATH=D:\WINNT\system32;D:\WINNT;e:\SDK-Java.20\bin;e:\devstudio\sharedide\bin\ide;
  e:\devstudio\sharedide\bin;e:\devstudio\vc\bin;e:\jdk1.1.3\bin;e:\iluwin\bin

Microsoft Java related:
  CLASSPATH=d:\winnt\java\classes\classes.zip;.;.\classes;e:\iluwin\lib\classes
  JAVASDK=Microsoft
  JAVA_HOME=e:\SDK-Java.20

Javasoft Java 1.2 related:
  CLASSPATH=.;.\classes;e:\iluwin\lib\ilu.jar


Python related:
  PYTHONPATH=.;e:\iluwin\lib;e:\Python-1.5.1\lib;e:\Python1.5.1\lib\win
  PYTHONSRC=e:\Python-1.5.1



Version Information
-------------------
This version is ilu-2.0alpha14 with no patches but added builds.


Enjoy!

    -- Dan
larner@parc.xerox.com
edited: Chris
