contact lehrig@t-online.de or goto pvbrowser.org
Linux: you need the Qt development package and OpenGL installed
VMS: For ProcessViewServer programming you need nothing else than OpenVMS and cc or cxx.
Windows: you need the Qt package from http://www.trolltech.com But for ProcessViewServer programming you need nothing else than any Windows and and Visual-C++.
In order to compile and install ProcessView on your system, type the following in the base directory of the ProcessView distribution:
Linux:
Install the Qt development package and OpenGL. Verify that qmake (part of Qt) is running.
./make_all_clean.sh
./make_all_no_vtk.sh
su
./make_all_install.sh
exit
# demoserver
cd processviewserver/processviewserver/
./processviewserver
# other terminal
processview
pvbuilder
VMS:
see directory:
./vms
Windows:
see directory:
./win
Since ProcessView uses
qmakeyou should have not trouble compiling it. Should you run into problems please report them to the the author at Rainer Lehrig