Instalation of BDM on Windows ============================= Prerequisities: * Cmake, version >=2.4 * Compiler supoorted by your Cmake instalation Recommended: * ACML * ITPP * ASTYLE When these are available, please make sure that the system/FindACML and system/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%; \system\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 * To include ASTYLE code formatting utility directly into Visual Studio, follow these steps: 1) Go to Tools->External Tools. 2) Click Add 3) Make the title Astyle 4) Make the command: [bdmdir]\system\win32\astyle_1.23_windows\astyle\bin\astyle.exe 5) Make the arguments: --options=[bdmdir]\system\astylerc $(ItemPath)