]> git.imager.perl.org - imager-screenshot.git/blame - README
add META.yml
[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.
6 SDK header files and libraries for Win32 support
7 X11 header files and libraries for X11 support.
8 A C compiler compatible with that used to build perl itself.
9
10Optional
11 Perl/Tk
12
13Installation:
14
15 perl Makefile.PL
16 make
17 make test
18 make install
19 (nmake or dmake on Win32)
20
21Tested under:
22
23 - Win32 (VC++ 6.0)
24 - Win32 (mingw)
25 - Win32/X11 (cygwin as of Jan 1 2007)
26 - X11 (Debian Linux)