Go to file
ArsenArsen ea6a6c07f8
Update all .ts files
2017-10-01 01:19:43 +02:00
AppVeyor Update build instructions 2017-09-08 14:42:08 +02:00
QHotkey@91f3542b5d Now that QHotkey had a fix add keybind err handlin 2017-06-29 16:48:40 +02:00
docs Learn to count 2017-09-18 15:34:49 +02:00
examples Move uploaders 2017-07-20 18:19:27 +02:00
packages Add qt5-svg to deps 2017-09-09 13:54:32 +02:00
src more fixes to reorganizing 2017-09-20 23:22:40 +02:00
translations Update all .ts files 2017-10-01 01:19:43 +02:00
.clang-format Implement the format conversion worker 2017-05-29 22:42:10 +02:00
.gitignore Update all .ts files 2017-10-01 01:19:43 +02:00
.gitmodules Remove gif-h 2017-06-13 12:32:55 +02:00
.travis.yml Oops 2017-07-20 22:59:59 +02:00
KShare.desktop Further consistency for icon names 2017-08-19 00:45:26 +02:00
KShare.pro Update build instructions 2017-09-08 14:42:08 +02:00
LICENSE Initial 2017-04-23 15:05:48 +02:00
OlderSystemFix.patch Organization Is Key To Success!!!! 2017-09-06 19:16:31 +02:00
README.md Update README.md 2017-09-13 09:53:12 +02:00
install.sh macos improvements to installer 2017-09-13 22:52:04 +02:00

README.md

KShare

A ShareX inspired cross platform utility written with Qt.

Linux Windows OS X
Build Status Build status Build Status

Screenshot

Made with KShare itself, of course :)

Usage

See the wiki. Please note that KShare is not compatiable with Wayland due to some permission issues. Please use X.Org instead.

Dependencies

  • Qt 5 Widgets
  • Qt 5 GUI
  • Qt 5 Network
  • Qt 5 X11Extras | Winextras
  • QHotkey
  • libavformat
  • libavcodec
  • libavutil
  • libswscale

Additionally, on Linux, you require:

  • XCB
  • XCB xfixes
  • XCB cursor

Despite the name implying so, this project does not depend on the KDE API at all.

Install

Distro Link
Arch Linux (development) kshare-git
Ubuntu/Debian (development) .deb
OS X (development) .dmg
Arch Linux kshare
Ubuntu/Debian .deb
OS X .dmg

For other UNIX-like platforms, and MSYS2 (for Windows):

You have to obtain the dependencies though.

git clone --recursive https://github.com/ArsenArsen/KShare.git
cd KShare
qmake # Might be qmake-qt5 on your system
make

On systems with FFMpeg pre-3.1 you need to apply OlderSystemFix.patch to src/recording/encoders/encoder.cpp. On systems with Qt pre-5.7 you need to install the Qt version from their website. You can attempt to curl https://raw.githubusercontent.com/ArsenArsen/KShare/master/install.sh | bash

You can find more details here

Started on 19th of April 2017 to bring some attention and improvement to Linux screenshotting.