Added info on MEX_COMMAND for building toolbox from source

release/4.3a0
Richard Roberts 2012-08-31 15:19:22 +00:00
parent 5706481c06
commit 91559d3c25
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