Added info on MEX_COMMAND for building toolbox from source

release/4.3a0
Andrew Melim 2012-08-30 21:19:00 +00:00
parent 49a704c565
commit b6e9f7d3f7
1 changed files with 6 additions and 0 deletions

6
README
View File

@ -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 appending ".run" to the name of the test, for example, to run testMatrix, run
"make 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: Debugging tips:
Another useful debugging symbol is _GLIBCXX_DEBUG, which enables debug checks Another useful debugging symbol is _GLIBCXX_DEBUG, which enables debug checks