Installation
requirements
- Working installation of MOxUnit.
- The
evalc
function. This functoon is generally available in Matlab, and in GNU Octave from version 4.2 onwards. Older versions of Octave withoutevalc
can compile theevalc.cc
file from in the "externals" directory. This can be done by runningmake build-octave
from the shell, or in Octave by runningmkoctfile('evalc.cc')
in theexternals
directory and then adding that directory to the search path. Theevalc.cc
implementation is Copyright 2015 Oliver Heimlich, distributed under the GPL v3+ license.
Installation using the shell
requirements
This requires a Unix-like operating system such as GNU/Linux or Apple OSX.
This will add the MOdox directory to the Matlab and/or GNU Octave search path. If both Matlab and GNU Octave are available on your machine, it will install MOdox for both.
Manual installation
-
Download the zip archive from the MOdox repository.
-
Start Matlab or GNU Octave.
-
On the Matlab or GNU Octave prompt,
cd
to theMOdox
root directory, then run: