                 -------------------------------
                 |        INTRODUCTION         |
                 -------------------------------

This package permits to COMPILE lcrzoex.exe. If you seek a 
pre-compiled version, download lcrzoex-4.xx-bin_windows.tgz.

Note : if you encounter problems, read ./doc/probleminstallwindows_en.txt

There are 2 steps :
 - compile and install lcrzo [if not already installed]
 - compile and install lcrzoex


                  ------------------------------
                  |       STEP 1 : lcrzo       |
                  ------------------------------

If lcrzo isn't installed on your system, you have to do it :
   http://www.laurentconstantin.com/        (main server)
   http://go.to/laurentconstantin/          (backup server)
   http://laurentconstantin.est-la.com/     (backup server)
Installation procedure for lcrzo is explained in downloaded files.


                  -----------------------------
                  |      STEP 2 : lcrzoex     |
                  -----------------------------

You need a Visual C++ compiler. I suggest you version 6 (it also
works with version 4, but you have to create your own Workspace).

Rename "src/lcrzoex_defs_windows.h" to "src/lcrzoex_defs.h".

Open the Workspace file "src/port/Windows/lcrzoex/lcrzoex.dsw".

Select Release (instead of Debug) as "Active Configuration" under Build.

Open the menu "Setup", "Settings...". Then, select "C/C++", select
category "Preprocessor". In the field "Additional include directories",
there is "..\..\..\..\..\lcrzo-bin_windows\include". Change this value
to "C:\lcrzo\include" (this is the directory's name where you put
lcrzo's includes during lcrzo's installation). Press "OK".

Open the menu "Setup", "Settings...". Then, select "Link", select
category "Input". In the field "Additional library path",
there is "..\..\..\..\..\lcrzo-bin_windows\lib". Change this value
to "C:\lcrzo\lib" (this is the directory's name where you put
lcrzo's lib during lcrzo's installation). Press "OK".

Press F7 key, to build everything.

The following file should be generated :
 src/port/Windows/lcrzoex/Release/lcrzoex.exe
Copy this file in a directory of your path (for example, "%WINDIR%\Command\"
or "%WINDIR%\System32\").


                 ------------------------------
                 |             END            |
                 ------------------------------

Installation is terminated.

Each time you want to run lcrzoex, you just have to :
 - open a ms-dos console : Start - Run - "command" or "cmd"
 - enter (note: this is "Lcrzoex", and not "icrzoex") :
     lcrzoex

I strongly suggest you to start with "lcrzoex 157" to check 
lcrzoex gets correctly the configuration of the local system. Read 
./doc/problemusagewindows_en.txt if this not the case.

Now you can use every tool.
If you seek help, read lcrzoex-4.xx-doc_html.tgz.
If you encounter problems, read ./doc/problemusagewindows_en.txt.

