-
-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated readme, prepare new release 0.3.0
- Loading branch information
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Peek - animated GIF recorder | ||
# Peek - an animated GIF recorder | ||
|
||
## About | ||
A simple tool that allows you to record short animated GIF images from your screen. | ||
|
@@ -10,9 +10,10 @@ operating systems in the future. | |
## Requirements | ||
### Runtime | ||
|
||
* Gtk 3.10 or higher | ||
* ffmpeg | ||
* GTK+ >= 3.10 | ||
* FFmpeg | ||
* ImageMagick | ||
* Window manager with compositing enabled | ||
|
||
### Development | ||
|
||
|
@@ -26,6 +27,9 @@ You can build and install Peek using CMake: | |
cmake . && make | ||
make install | ||
|
||
For Arch Linux there is also a | ||
[PKGBUILD](https://aur4.archlinux.org/packages/peek/) available in the AUR. | ||
|
||
## License | ||
Peek Copyright (c) 2015-2016 by Philipp Wolfer <[email protected]> | ||
|
||
|