Changeset 353 for doc/local/install.dox
- Timestamp:
- 06/02/09 10:08:06 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/local/install.dox
r305 r353 17 17 18 18 For download use an appropriate SVN client http://subversion.tigris.org/links.html#clients 19 20 Download the source files to any directory of your choise, this directoory will be refered to as <bdm_dir>. 19 21 20 22 \subsection pre Prerequisities … … 55 57 For convenience of the beginners, DLLS of the ACML and lib+include files for ITPP and ACML are 56 58 provided 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 and59 If you want to use them copy the content of the zip file to <bdm_dir>\system\win32\ directory and 58 60 make sure to set your PATH environment variable: 59 61 \code 60 Path = %PATH%; <bdm_dir>\ win32\dll62 Path = %PATH%; <bdm_dir>\system\win32\dll 61 63 \endcode 62 64 Otherwise you will not be able to run any programs. … … 65 67 Compilation of BDM: 66 68 67 * When everything is set-up, make a copy of win32/run_cmake.bat, edit it69 * When everything is set-up, make a copy of system\win32\run_cmake.bat, edit it 68 70 to reflect your environment (i.e. change paths to cmake and your C++ target environment) 69 71 and run it. … … 79 81 80 82 1. Download the latest stable release from http://itpp.sourceforge.net 81 2. Compile it using script mac/itpp_compile.sh83 2. Compile it using script system/mac/itpp_compile.sh 82 84 83 85 The default cmake configuration is looking for itpp in directory mac/itpp, make sure you have symlinks to this directory.