From b6e9f7d3f7efebf1ac61a21e0af33ff20ea52dfc Mon Sep 17 00:00:00 2001 From: Andrew Melim Date: Thu, 30 Aug 2012 21:19:00 +0000 Subject: [PATCH] Added info on MEX_COMMAND for building toolbox from source --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 729c3fdf1..1a992292a 100644 --- a/README +++ b/README @@ -148,6 +148,12 @@ just the geometry tests, run "make check.geometry". Individual tests can be run appending ".run" to the name of the test, for example, to run testMatrix, run "make testMatrix.run". +MEX_COMMAND: Path to the mex compiler. Defaults to assume the path is included in your +shell's PATH environment variable. mex is installed with matlab at +$MATLABROOT/bin/mex + +$MATLABROOT can be found by executing the command 'matlabroot' in MATLAB + Debugging tips: Another useful debugging symbol is _GLIBCXX_DEBUG, which enables debug checks