Show
Ignore:
Timestamp:
05/18/10 16:54:25 (14 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/tutorial/000install.dox

    r944 r948  
    1515\li svn checkout http://mys.utia.cas.cz:1800/svn/mixpp/applications/bdmtoolbox/ into your local directory of your choice (this will be denoted \<toolbox_dir\>) 
    1616\li or download a prepared zip file from http://staff.utia.cas.cz/smidl/Public/bdmtoolbox_win32.zip and extract it to any directory (will be denoted \<toolbox_dir\>) 
    17 \li open matlab and type:  
     17\li open matlab and type: 
    1818\code  
    1919>> addpath <toolbox_dir>/mex;  
     
    2121>> addpath <toolbox_dir>/mex_classes 
    2222\endcode 
     23for downloaded win32 version of the toolbox. When compiling from sources, the mex files may be located in Debug of Release directories. Check where  
     24        the latest compiled files are and add apropriate path. E.g. for Windown and Mac: 
     25\code  
     26>> addpath <toolbox_dir>/mex;  
     27>> addpath <toolbox_dir>/mex/Debug;  
     28>> addpath <toolbox_dir>/mex_classes 
     29\endcode 
     30For linux, the default build dir is \<toolbox_dir\>/mex, hence only me and mex_classes need to be in the path. 
    2331\li the toolbox is ready to be used, test it e.g. by:  
    2432\code >> cd tutorial/userguide;