Download ProcSee: Linux/Mac/Unix versions

To download ProcSee Linux/Mac/Unix versions, first download the platform-independent package containing header files, documentation, example code, etc, and then binaries for your selected platform(s).

Contact procsee-support@hrp.no or visit our alternative download page for instructions if downloading fails.

Enter password: 
 
  
 
 
 
 

To unpack the downloaded files, first decompress them using gunzip, then go to the directory in which you wish to install ProcSee (typically /usr/local/procsee) and unpack the tar files. Platform specific binary files will be placed correctly within the directory structure that is created when p3common.tar is unpacked.

For example, for HP-UX (assuming downloaded files are in /usr/local/procsee)

$ cd /usr/local/procsee
$ gunzip p3common.tar.gz
$ gunzip p3_hp.tar.gz
$ tar xvf p3common.tar
$ tar xvf p3_hp.tar

Once the files have been unpacked, see page 11-12 in the Reference Manual for details about setting up your system and user environment to use ProcSee.

External dependencies on Linux and Mac platforms

On Linux and Mac platforms, ProcSee depends on two software packages that may not be installed by default. These are:

  • libcairo2 - Cairo 2D vector graphics library (Required by ProcSee's Run-Time Manager)
  • libmotif3 - Open Motif shared libraries (Required by ProcSee's graphics editor)
To use ProcSee on Linux and Mac platforms, install the packages including all dependencies. If the packages are not installed, ProcSee will fail to start.

Back to www.ife.no/procsee