Changeset 948 for library/doc/tutorial/000install.dox
- Timestamp:
- 05/18/10 16:54:25 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/tutorial/000install.dox
r944 r948 15 15 \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\>) 16 16 \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: 18 18 \code 19 19 >> addpath <toolbox_dir>/mex; … … 21 21 >> addpath <toolbox_dir>/mex_classes 22 22 \endcode 23 for 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 30 For linux, the default build dir is \<toolbox_dir\>/mex, hence only me and mex_classes need to be in the path. 23 31 \li the toolbox is ready to be used, test it e.g. by: 24 32 \code >> cd tutorial/userguide;