Changes between Initial Version and Version 1 of DianaWindowsProgrammersGuide


Ignore:
Timestamp:
Mar 29, 2010, 11:46:05 AM (15 years ago)
Author:
ivanovy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DianaWindowsProgrammersGuide

    v1 v1  
     1= Programmer's Guide =
     2
     3Making 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 ==
     9Install MinGW. (mingw-runtime, w32api, GCC, binutils).
     10There is an installer executable for easy installation this components.[[BR]]
     11Install msys.
     12All links and guides for listed packages installation can be found at [http://www.mingw.org][[BR]] 
     13Update 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