To get the DP-Toolbox running, it is neccessary to compile the included MATLAB/PVM library. Fortunately, it consists only of one C file. All other files contained by DP-Toolbox are written in M-code.
Currently, there exists only a very simple Makefile for Gnu/Linux systems. You can easily adopt this Makefile by examining the help page for the mex commando (from shell):
mex -helpIf you have an appropriate Makefile, the build process for DP-Toolbox is started with:
make