README.md (scrot-1.6.tar.bz2) | : | README.md (scrot-1.7.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 28 | skipping to change at line 28 | |||
scrot is free software under the [MIT-advertising](COPYING) license. | scrot is free software under the [MIT-advertising](COPYING) license. | |||
## Help this project ## | ## Help this project ## | |||
scrot needs your help. **If you are a programmer** and want to help a nice | scrot needs your help. **If you are a programmer** and want to help a nice | |||
project, this is your opportunity. | project, this is your opportunity. | |||
The original scrot went unmaintained; the source of the last version, 0.8, was | The original scrot went unmaintained; the source of the last version, 0.8, was | |||
[imported from Debian](https://snapshot.debian.org/package/scrot/). After, | [imported from Debian](https://snapshot.debian.org/package/scrot/). After, | |||
patches from Debian and elsewhere were applied to create the 0.9 release-the | patches from Debian and elsewhere were applied to create the 0.9 release. The | |||
details of our releases are registered in the [ChangeLog](ChangeLog) file. | details of our releases are registered in the [ChangeLog](ChangeLog) file. | |||
Now, scrot is maintained by volunteers under [Resurrecting Open Source Projects] (https://github.com/resurrecting-open-source-projects). | Now, scrot is maintained by volunteers under [Resurrecting Open Source Projects] (https://github.com/resurrecting-open-source-projects). | |||
If you are interested in helping scrot, read the [CONTRIBUTING.md](CONTRIBUTING. md) file. | If you are interested in helping scrot, read the [CONTRIBUTING.md](CONTRIBUTING. md) file. | |||
## Building ## | ## Building ## | |||
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) | ||||
- 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 bxfixes) | - libxfixes [(can be found in X.Org)](https://gitlab.freedesktop.org/xorg/lib/li bxfixes) | |||
From a Unix command line, building is simple: | From a Unix command line, building is simple: | |||
``` | ``` | |||
$ ./autogen.sh | $ ./autogen.sh | |||
$ ./configure | $ ./configure | |||
$ make | $ make | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |