README.md (scrot-1.7.tar.bz2) | : | README.md (scrot-1.8) | ||
---|---|---|---|---|
 | ||||
# scrot (SCReenshOT) | # scrot (SCReenshOT) | |||
#### scrot - command line screen capture utility | #### scrot - command line screen capture utility | |||
## What is scrot? ## | ## What is scrot? ## | |||
scrot is a simple command line screen capture utility, it uses imlib2 to grab | scrot is a simple command line screen capture utility, it uses imlib2 to grab | |||
and save images. | and save images. | |||
scrot has many useful features: | scrot has many useful features: | |||
skipping to change at line 46 | skipping to change at line 48 | |||
scrot requires a few projects and libraries: | scrot requires a few projects and libraries: | |||
- [autoconf](https://www.gnu.org/software/autoconf/autoconf.html) (build time on ly) | - [autoconf](https://www.gnu.org/software/autoconf/autoconf.html) (build time on ly) | |||
- [autoconf-archive](https://www.gnu.org/software/autoconf-archive/) (build time only) | - [autoconf-archive](https://www.gnu.org/software/autoconf-archive/) (build time only) | |||
- [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) (build tim e only) | - [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) (build tim e only) | |||
- [imlib2](https://sourceforge.net/projects/enlightenment/files/imlib2-src/) | - [imlib2](https://sourceforge.net/projects/enlightenment/files/imlib2-src/) | |||
- [libbsd](https://libbsd.freedesktop.org/wiki/) (if `./configure --without-libb sd; make` fails) | - [libbsd](https://libbsd.freedesktop.org/wiki/) (if `./configure --without-libb sd; make` fails) | |||
- X [(e.g. X.Org)](https://www.x.org/wiki/) | - X [(e.g. X.Org)](https://www.x.org/wiki/) | |||
- libXcomposite [(can be found in X.Org)](https://gitlab.freedesktop.org/xorg/li b/libxcomposite) | - libXcomposite [(can be found in X.Org)](https://gitlab.freedesktop.org/xorg/li b/libxcomposite) | |||
- libXext [(can be found in X.Org)](https://gitlab.freedesktop.org/xorg/lib/libx ext) | - libXext [(can be found in X.Org)](https://gitlab.freedesktop.org/xorg/lib/libx ext) | |||
- libxfixes [(can be found in X.Org)](https://gitlab.freedesktop.org/xorg/lib/li | - libXfixes [(can be found in X.Org)](https://gitlab.freedesktop.org/xorg/lib/li | |||
bxfixes) | bxfixes) | |||
- libXinerama [(can be found in X.Org)](https://gitlab.freedesktop.org/xorg/lib/ | ||||
libxinerama) | ||||
From a Unix command line, building is simple: | From a Unix command line, building is simple: | |||
``` | ``` | |||
$ ./autogen.sh | $ ./autogen.sh | |||
$ ./configure | $ ./configure | |||
$ make | $ make | |||
``` | ``` | |||
Cleaning up the build is also simple: | Cleaning up the build is also simple: | |||
``` | ``` | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 6 lines changed or added |