| 1 | = Programmer's Guide = |
| 2 | |
| 3 | Making Diana installer for Windows includes three steps: |
| 4 | * Configuring Linux Environment in Windows. |
| 5 | * Compiling sources in MinGW environment for Windows. |
| 6 | * Making installer. |
| 7 | |
| 8 | == Configuring Linux Environment in Windows == |
| 9 | Install MinGW. (mingw-runtime, w32api, GCC, binutils). |
| 10 | There is an installer executable for easy installation this components.[[BR]] |
| 11 | Install msys. |
| 12 | All links and guides for listed packages installation can be found at [http://www.mingw.org][[BR]] |
| 13 | Update gcc to 4.4.0 or later [http://gcc.gnu.org/] |
| 14 | (version 3.x.x that was in standard mingw installation but didn't work properly). |
| 15 | |