Changeset 353 for doc/local

Show
Ignore:
Timestamp:
06/02/09 10:08:06 (15 years ago)
Author:
smidl
Message:

doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/local/install.dox

    r305 r353  
    1717 
    1818For download use an appropriate SVN client http://subversion.tigris.org/links.html#clients 
     19 
     20Download the source files to any directory of your choise, this directoory will be refered to as <bdm_dir>. 
    1921 
    2022\subsection pre Prerequisities 
     
    5557For convenience of the beginners, DLLS of the ACML and lib+include files for ITPP and ACML are 
    5658provided at: http://staff.utia.cas.cz/smidl/Public/mixpp_win32lib.zip 
    57 If you want to use them copy the content of the zip file to win32\ directory and 
     59If you want to use them copy the content of the zip file to <bdm_dir>\system\win32\ directory and 
    5860make sure to set your PATH environment variable: 
    5961\code 
    60  Path = %PATH%; <bdm_dir>\win32\dll 
     62 Path = %PATH%; <bdm_dir>\system\win32\dll 
    6163\endcode 
    6264Otherwise you will not be able to run any programs. 
     
    6567Compilation of BDM: 
    6668 
    67  * When everything is set-up, make a copy of win32/run_cmake.bat, edit it  
     69 * When everything is set-up, make a copy of system\win32\run_cmake.bat, edit it  
    6870  to reflect your environment (i.e. change paths to cmake and your C++ target environment)  
    6971  and run it. 
     
    7981 
    8082 1. Download the latest stable release from http://itpp.sourceforge.net 
    81  2. Compile it using script mac/itpp_compile.sh 
     83 2. Compile it using script system/mac/itpp_compile.sh 
    8284 
    8385The default cmake configuration is looking for itpp in directory mac/itpp, make sure you have symlinks to this directory.