Changeset 594

Show
Ignore:
Timestamp:
08/31/09 23:13:29 (15 years ago)
Author:
smidl
Message:

install manual

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/local/install.dox

    r590 r594  
    3939Compile the BDM library and its applications using  
    4040\code 
    41 $ cd directory/with/bdm/sources 
     41$ cd <bdm_dir>/library/ 
    4242$ cmake . 
    4343$ make 
     
    5757For convenience of the beginners, DLLS of the ACML and lib+include files for ITPP and ACML are 
    5858provided at: http://staff.utia.cas.cz/smidl/Public/mixpp_win32lib.zip 
    59 If you want to use them copy the content of the zip file to \<bdm_dir\>/system/win32/ directory and 
     59If you want to use them copy the content of the zip file to \<bdm_dir\>/library/system/win32/ directory and 
    6060make sure to set your PATH environment variable: 
    6161\code 
    62  Path = %PATH%; <bdm_dir>\system\win32\dll 
     62 Path = %PATH%; <bdm_dir>\library\system\win32\dll 
    6363\endcode 
    6464Otherwise you will not be able to run any programs. 
     
    6767Compilation of BDM: 
    6868 
    69  * When everything is set-up, make a copy of system\win32\run_cmake.bat, edit it  
     69 * When everything is set-up, make a copy of library\system\win32\run_cmake.bat, edit it  
    7070  to reflect your environment (i.e. change paths to cmake and your C++ target environment)  
    7171  and run it.