]> git.imager.perl.org - imager-screenshot.git/blame - README
0.014 release
[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.
0cc0b6d7
TC
10 and/or
11 OS X header files and libraries (supplied with Xcode)
0ddb7051
TC
12 A C compiler compatible with that used to build perl itself.
13
1210b68e 14Optional:
0ddb7051
TC
15 Perl/Tk
16
17Installation:
18
19 perl Makefile.PL
20 make
21 make test
22 make install
23 (nmake or dmake on Win32)
24
25Tested under:
26
27 - Win32 (VC++ 6.0)
28 - Win32 (mingw)
29 - Win32/X11 (cygwin as of Jan 1 2007)
30 - X11 (Debian Linux)
0cc0b6d7 31 - Mac OS X 10.6.4.
1210b68e
TC
32
33License:
34
35Imager::Screenshot is distributed under the same terms as perl itself.
76cfa21c
TC
36
37Warning: make test on X11 over a remote connection will be slow.