Installation of ProcessViewBrowser and ProcessViewServer on Windows:
--------------------------------------------------------------------

(1) Set environment variables

Under Windows95/98/ME you must set the following environment variables in your 
autoexec.bat
Under WindowsNT/2000/XP the environment variables are set by SetupRegistry.exe 

In the example it is assumed that you installed the software under 
d:\programm\pvb

Note: TCLLIBPATH must be specified in unix syntax (/) and not (\)

SET PATH=%PATH%;d:\programm\pvb\pvb\bin;d:\programm\pvb\qt\bin;d:\programm\pvb\vtk40\bin;d:\programm\pvb\tcl\bin;
SET TCLLIBPATH=d:/programm/pvb/Tcl/lib d:/programm/pvb/vtk40/Wrapping/Tcl 
SET TCL_LIBRARY=d:\programm\pvb\Tcl\lib\tcl8.3
SET TK_LIBRARY=d:\programm\pvb\Tcl\lib\tk8.3
SET PVBDIR=d:\programm\pvb\pvb     (necessary for compiling the server(s))
SET QTDIR=d:\programm\pvb\qt       (only necessary for compiling the browser)
SET TCLDIR=d:\programm\pvb\tcl     (only necessary for compiling the browser)
SET VTKDIR=d:\programm\pvb\vtk40   (only necessary for compiling the browser)

Since this version of ProcessViewBrowser uses the Qt Non-Commerial Version some Features are missing (jpg-images ...)

For a full featured version contact <Rainer Lehrig> lehrig@t-online.de

(2) Run the software
First: .\pvb\ExampleServer\Debug\ExampleServer.exe
Then:  .\pvb\bin\processview
