Changeset 778 for library/doc

Show
Ignore:
Timestamp:
01/12/10 23:08:42 (14 years ago)
Author:
smidl
Message:

DOC - new page on pdfs

Location:
library/doc/tutorial
Files:
1 added
1 modified

Legend:

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

    r747 r778  
    88\li \b binary   with precompiled executables and matlab mex files that can be configured by external text files 
    99\li \b source \b code  that can be compiled into any required form.  
    10 Distribution of the binary form is not currently available. It is planned in latter stages of development. 
    1110 
     11\section in_bin Binaries for BDMtoolbox 
     12Binaries for the matlab BDMtoolbox are available only for windows (win32) platform, compiled against matlab 7.1 for compatibility. 
     13 
     14Installation: 
     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\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 
     18\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 
    1220 
    1321\section src Source code