Instalation of BDM on Windows
=============================

Prerequisities:
 * Cmake, version >=2.4
 * Compiler supoorted by your Cmake instalation

Recommended:
 * ACML
 * ITPP
When these are available, please make sure that the 
CMake_module/FindACML and CMake_module/FindITPP can find it.

Convenience:
DLLS of the ACML and lib+include files for both libraries are provided
for conveniece. If you want to use them make sure to set your PATH 
environment variable:
 Path = %PATH%; <mixpp_dir>\win32\dll
Otherwise you will not be able to run any programs.

Installation:
* When everything is set-up, make a copy of run_cmake.bat, edit it 
  to reflect your environment and run it.
* It should generate build files for your compiler in the main BDM 
  directory
