]> git.imager.perl.org - imager-screenshot.git/blame - README
- die with a message automated cpan testers treat as a non-fail when
[imager-screenshot.git] / README
CommitLineData
0ddb7051
TC
1Imager::Screenshot is a module that grabs an image from a window under
2X11 or Win32.
3
4Requires:
5 Imager 0.54 or later.
33f803d8
TC
6 Either:
7 SDK header files and libraries for Win32 support
8 and/or
9 X11 header files and libraries for X11 support.
0ddb7051
TC
10 A C compiler compatible with that used to build perl itself.
11
1210b68e 12Optional:
0ddb7051
TC
13 Perl/Tk
14
15Installation:
16
17 perl Makefile.PL
18 make
19 make test
20 make install
21 (nmake or dmake on Win32)
22
23Tested under:
24
25 - Win32 (VC++ 6.0)
26 - Win32 (mingw)
27 - Win32/X11 (cygwin as of Jan 1 2007)
28 - X11 (Debian Linux)
1210b68e
TC
29
30License:
31
32Imager::Screenshot is distributed under the same terms as perl itself.