]>
Commit | Line | Data |
---|---|---|
0ddb7051 TC |
1 | Imager::Screenshot is a module that grabs an image from a window under |
2 | X11 or Win32. | |
3 | ||
4 | Requires: | |
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 | 12 | Optional: |
0ddb7051 TC |
13 | Perl/Tk |
14 | ||
15 | Installation: | |
16 | ||
17 | perl Makefile.PL | |
18 | make | |
19 | make test | |
20 | make install | |
21 | (nmake or dmake on Win32) | |
22 | ||
23 | Tested 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 | |
30 | License: | |
31 | ||
32 | Imager::Screenshot is distributed under the same terms as perl itself. | |
76cfa21c TC |
33 | |
34 | Warning: make test on X11 over a remote connection will be slow. |