Show
Ignore:
Timestamp:
05/16/10 23:13:21 (14 years ago)
Author:
smidl
Message:

Doc + new examples

Files:
1 modified

Legend:

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

    r837 r944  
    1414Installation: 
    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\>) 
    16 \li open matlab and type: \>\> addpath \<toolbox_dir\>/mex; addpath \<toolbox_dir\>/mexw32 
    17 \li the toolbox is ready to be used, test it e.g. by: \>\> cd tutorial/userguide; pdfds_example 
     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:  
     18\code  
     19>> addpath <toolbox_dir>/mex;  
     20>> addpath <toolbox_dir>/mexw32 
     21>> addpath <toolbox_dir>/mex_classes 
     22\endcode 
     23\li the toolbox is ready to be used, test it e.g. by:  
     24\code >> cd tutorial/userguide;  
     25>> pdfds_example \endcode 
    1826\li if no error is given, the toolbox is installed correctly 
    19 \li proceed to http://mys.utia.cas.cz:1800/trac/bdm/doxygen/pages.html to learn how to use it 
     27\li proceed to tutorial at http://mys.utia.cas.cz:1800/trac/bdm/doxygen/pages.html to learn how to use it 
    2028 
    2129\section src Source code