sudo apt-get install qhull-bin
The expression
$QHULL=""
should be the first line of any notebook that uses mPower.
Mac: install the binary using fink and set $QHULL="" in your notebooks.
Other Operating systems , see http://www.qhull.org/download/ and follow the instructions for the version you download.
If you did a binary installation and the command qhull works from a terminal window then you can set
$QHULL="" as for Linux and Mac binary installations.
If you built from source code the expression
$QHULL="full-directory-string"
should be the first line of any notebook that uses mPower, where full-directory-string is the name of the directory when where the "src" folder of the qhull installation is located.
Download, compile and install regtet and pwrvtx from here and place the binaries in the Applications subdirectory of $UserBaseDirectory.
(To determine the location of $UserBaseDirectory open Mathematica and type $UserBaseDirectory)
Download the appropriate mPower archive from Sourceforge. For Mathematica 6.0 use version 1.0 or higher. For Mathematica 5.2. use 0.12.
Unpack the archive.
mPower.m to wherever you normally place your mathematica pacakges, such as the Applications subdirectory of $UserBaseDirectory or your home directory.To use the package you must first execute the line
<<mPower.m
each time you start Mathematica. (Note that some operating systems such as linux are case-sensitive and others such as Mac OS are not). If you put mPower.m in some folder that is not included in your Mathematica path then you will have
to include the full directory name. You can find out what your Mathematica path is by typing $Path in Mathematica.