|
Revision 322, 0.9 kB
(checked in by smidl, 17 years ago)
|
|
bury userinfo and XML
|
| Line | |
|---|
| 1 | Instalation of BDM on Windows |
|---|
| 2 | ============================= |
|---|
| 3 | |
|---|
| 4 | Prerequisities: |
|---|
| 5 | * Cmake, version >=2.4 |
|---|
| 6 | * Compiler supoorted by your Cmake instalation |
|---|
| 7 | |
|---|
| 8 | Recommended: |
|---|
| 9 | * ACML |
|---|
| 10 | * ITPP |
|---|
| 11 | * XSD |
|---|
| 12 | When these are available, please make sure that the |
|---|
| 13 | CMake_module/FindACML and CMake_module/FindITPP can find it. |
|---|
| 14 | |
|---|
| 15 | Convenience: |
|---|
| 16 | DLLS of the ACML and lib+include files for both libraries are provided |
|---|
| 17 | for conveniece at: http://staff.utia.cas.cz/smidl/Public/mixpp_win32lib.zip |
|---|
| 18 | If you want to use them copy the content of the zip file to win32\ directory and |
|---|
| 19 | make sure to set your PATH environment variable: |
|---|
| 20 | Path = %PATH%; <mixpp_dir>\win32\dll |
|---|
| 21 | Otherwise you will not be able to run any programs. |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | Installation: |
|---|
| 25 | * When everything is set-up, make a copy of run_cmake.bat, edit it |
|---|
| 26 | to reflect your environment and run it. |
|---|
| 27 | * It should generate build files for your compiler in the main BDM |
|---|
| 28 | directory |
|---|