Changeset 594 for library/doc
- Timestamp:
- 08/31/09 23:13:29 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/local/install.dox
r590 r594 39 39 Compile the BDM library and its applications using 40 40 \code 41 $ cd directory/with/bdm/sources41 $ cd <bdm_dir>/library/ 42 42 $ cmake . 43 43 $ make … … 57 57 For convenience of the beginners, DLLS of the ACML and lib+include files for ITPP and ACML are 58 58 provided 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 and59 If you want to use them copy the content of the zip file to \<bdm_dir\>/library/system/win32/ directory and 60 60 make sure to set your PATH environment variable: 61 61 \code 62 Path = %PATH%; <bdm_dir>\ system\win32\dll62 Path = %PATH%; <bdm_dir>\library\system\win32\dll 63 63 \endcode 64 64 Otherwise you will not be able to run any programs. … … 67 67 Compilation of BDM: 68 68 69 * When everything is set-up, make a copy of system\win32\run_cmake.bat, edit it69 * When everything is set-up, make a copy of library\system\win32\run_cmake.bat, edit it 70 70 to reflect your environment (i.e. change paths to cmake and your C++ target environment) 71 71 and run it.