Next Previous Contents

2. Installation

2.1 How to obtain ProcessView

contact lehrig@t-online.de or goto pvbrowser.org

2.2 Requirements

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++.

2.3 Compilation and installation

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

qmake
you should have not trouble compiling it. Should you run into problems please report them to the the author at Rainer Lehrig


Next Previous Contents