root/win32/INSTALL.txt @ 138

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