Added info on MEX_COMMAND for building toolbox from source
parent
49a704c565
commit
b6e9f7d3f7
6
README
6
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
|
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
|
||||||
|
|
Loading…
Reference in New Issue