diff options
author | Weblate <noreply@weblate.org> | 2017-09-20 10:04:33 +0000 |
---|---|---|
committer | Weblate <noreply@weblate.org> | 2017-09-20 10:04:33 +0000 |
commit | 6a570a2c9648c47c3c58d96f139feab6596105ae (patch) | |
tree | a61a7e3e8149c96474db636b282559ddd9d90ed9 /src-qt5/experimental/lumina-screencast/README.md | |
parent | Translated using Weblate (Finnish) (diff) | |
parent | Get the window embed routine cleaned up and demo-ready. (diff) | |
download | lumina-6a570a2c9648c47c3c58d96f139feab6596105ae.tar.gz lumina-6a570a2c9648c47c3c58d96f139feab6596105ae.tar.bz2 lumina-6a570a2c9648c47c3c58d96f139feab6596105ae.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src-qt5/experimental/lumina-screencast/README.md')
-rw-r--r-- | src-qt5/experimental/lumina-screencast/README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src-qt5/experimental/lumina-screencast/README.md b/src-qt5/experimental/lumina-screencast/README.md new file mode 100644 index 00000000..d5745c6c --- /dev/null +++ b/src-qt5/experimental/lumina-screencast/README.md @@ -0,0 +1,27 @@ +## Screencast utility for the Lumina Desktop + +Description of the application + +### Library Dependencies + +1. Qt 5.2+ (specific modules listed below) + * concurrent + * core + * gui + * network + * multimedia + * svg + * widgets +2. X11 Libraries + * libXdamage +3. XCB Libraries + * libxcb + * libxcb-ewmh + * libxcb-icccm + * libxcb-image + * libxcb-composite + * libxcb-damage + * libxcb-randr + * libxcb-util +4. Other Libraries + * libc |