Google
 

4/12/07

MTL installation.

copy the mtl folder which contains all the header files to /usr/include/
e.g:
cp -R /xxx/mtl /usr/local/
After that, make sure that when include these headers, using the following:
#include "mtl/matrix.h"
must have the mtl/, otherwise can not find them.

No comments: