INSTALLING
The perl standard build process is followed:
perl Makefile.PL
[n|d]make
[n|d]make test
[n|d]make install
Should build with no warnings using MS Visual C compiler (MSCV6 and upwards).
To build with Mingw/gcc: a recent Mingw package should do the trick.
Development and testing has been with gcc 3.4.5. This is the Mingw
distribution that ships with Strawberry Perl Portable.
To build under Cygwin: This has not been tested, but should have the
same constrains as building with Mingw/gcc above.
x64 builds: This has not been tested, but there is no known reason why
this should not work (although it should be noted that Win32::GUI
does not currently bit in a 64-bit environment).
DEPENDENCIES
perl 5.6.0 or higher
Test::More (for testing; in core since 5.6.2)
Win32::GUI (any recent version, testing performed with 1.06)
Note that the following dependancies have been in core since before
5.6.0, and so should be present on your system:
ExtUtils::MakeMaker (in core since 5.0)
Config (in core since 5.3.7)
Exporter (in core since 5.0)
XSLoader (in core since 5.6.0)
Carp (in core since 5.0)
strict (in core since 5.0)
warnings (in core since 5.6.0)
SUPPORTED OPERATING SYSTEMS
All Microsoft Windows 32 (and 64?) bit Operating Systems
Cygwin