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

Note : if you encounter problems, read ./doc/probleminstallunix_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.

Note - if "make install" wasn't run : 
  If during lcrzo installation, you choose to not run "make install"
  (perhaps because you are not root), then lcrzo library is not located 
  in a system directory, but in the directory /xxx/lcrzo-4.xx-src/.
  So, you have to edit the file ./src/config.dat to uncomment the
  variable named LCRZODIR.
  For example, if lcrzo is in 
    /home/myname/dir/lcrzo-4.xx-src/
  and lcrzoex (this file) is in
    /home/myname/lcrzoex-4.xx-src/
  then, LCRZODIR line of /home/myname/lcrzoEX-4.xx-src/src/config.dat
  should contain (remove a '#' in front of it) :
    LCRZODIR=/home/myname/dir/lcrzo-4.xx-src/   (absolute path), or
    LCRZODIR=../dir/lcrzo-4.xx-src/             (relative path)
  To sum up, edit ./src/config.dat and set LCRZODIR to the source directory
  of lcrzo.


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

 - "cd src"            (to go in source directory)
 - ./genemake          (to generate Makefile)
 - "make"              (to compile lcrzoex)
 - "make install"      (to install lcrzoex in the PATH. You need to be root
                        to achieve this command)


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

Installation is terminated.

I strongly suggest you to start with "lcrzoex 157" to check 
lcrzoex gets correctly the configuration of the local system. Read 
./doc/problemusageunix_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/problemusageunix_en.txt.

