root/win32/INSTALL.txt @ 110

Revision 110, 0.8 kB (checked in by smidl, 16 years ago)
Line 
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
11When these are available, please make sure that the
12CMake_module/FindACML and CMake_module/FindITPP can find it.
13
14Convenience:
15DLLS of the ACML and lib+include files for both libraries are provided
16for conveniece. If you want to use them make sure to set your PATH
17environment variable:
18 Path = %PATH%; <mixpp_dir>\win32\dll
19Otherwise you will not be able to run any programs.
20
21Installation:
22* When everything is set-up, make a copy of run_cmake.bat, edit it
23  to reflect your environment and run it.
24* It should generate build files for your compiler in the main BDM
25  directory
Note: See TracBrowser for help on using the browser.