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

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

Recommended:
 * ACML
 * ITPP
 * XSD
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 at: http://staff.utia.cas.cz/smidl/Public/mixpp_win32lib.zip
If you want to use them copy the content of the zip file to win32\ directory and
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
