From 91559d3c255f4ea5751afa83a0a243dfbb05de79 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Fri, 31 Aug 2012 15:19:22 +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