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

This package permits to COMPILE netwox54.exe. If you seek a 
pre-compiled version, download netwox-5.4.0-bin_windows.tgz.

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

There are 2 steps :
 - compile and install netwib [if not already installed]
 - compile and install netwox


                  ------------------------------
                  |       STEP 1 : netwib      |
                  ------------------------------

If netwib 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 netwib is explained in downloaded files.


                  -----------------------------
                  |      STEP 2 : netwox      |
                  -----------------------------

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/def_windows.h" to "src/def.h".

Open the Workspace file "src/compil/windows/netwox/netwox.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 "..\..\..\..\..\netwib-bin_windows\include". Change this value
to "C:\netwib\include" (this is the directory's name where you put
netwib's includes during netwib's installation). Press "OK".

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

Press F7 key, to build everything.

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

