KShare/README.md

65 lines
2.3 KiB
Markdown
Raw Normal View History

2017-04-23 15:05:48 +02:00
# KShare
2017-04-28 16:23:31 +02:00
A [ShareX](https://getsharex.com/) inspired cross platform utility written with Qt.
2017-05-16 16:51:25 +02:00
2017-05-16 16:51:02 +02:00
|Linux|Windows|OS X|
|:---:|:-----:|:--:|
|[![Build Status](https://nativeci.arsenarsen.com/job/KShare/badge/icon)](https://nativeci.arsenarsen.com/job/KShare)| [![Build Status](https://nativeci.arsenarsen.com/job/KShare%20Windows%20x86_64/badge/icon)](https://nativeci.arsenarsen.com/job/KShare%20Windows%20x86_64/)| Soon |
2017-04-28 21:42:33 +02:00
## Screenshot
2017-06-29 19:50:06 +02:00
Made with KShare itself, of course :)
2018-02-13 16:29:56 +01:00
![](http://i.imgur.com/ffWvCun.png)
2017-04-28 21:42:33 +02:00
2017-04-29 23:45:22 +02:00
## Usage
See the [wiki](https://gitlab.com/ArsenArsen/KShare/wikis/home).
2017-04-29 23:45:22 +02:00
2017-04-23 17:44:46 +02:00
## Dependencies
* Qt 5 Widgets
* Qt 5 GUI
* Qt 5 Network
2017-06-29 19:50:06 +02:00
* Qt 5 X11Extras | Winextras
2017-04-26 22:31:32 +02:00
* [QHotkey](https://github.com/Skycoder42/QHotkey)
* libavformat
* libavcodec
* libavutil
* libswscale
2017-04-23 17:44:46 +02:00
Despite the name implying so, this project does not depend on the KDE API at all.
2017-04-23 15:05:48 +02:00
## Goals
See the [project board](https://gitlab.com/ArsenArsen/KShare/boards)
2017-04-26 22:00:13 +02:00
2017-05-03 22:50:26 +02:00
## Install
### **NOTE:** These links are temporarily down and will be fixed with the next release. Current (potentially unstable) development builds are available at [this location](https://nativeci.arsenarsen.com/job/KShare%20(dev))
2017-06-27 15:12:12 +02:00
|Distro|Link|
|:----:|:--:|
|Arch Linux (development)|[kshare-git](https://aur.archlinux.org/packages/kshare-git/)|
2017-06-27 19:59:42 +02:00
|Ubuntu (development)|[Ubuntu .deb](https://nativeci.arsenarsen.com/job/KShare/lastSuccessfulBuild/artifact/packages/simpleName.deb)|
2017-07-13 21:13:14 +02:00
|Arch Linux |[kshare](https://aur.archlinux.org/packages/kshare/)|
2018-01-20 22:31:06 +01:00
|Ubuntu |[Ubuntu .deb](https://nativeci.arsenarsen.com/job/KShare%20Stable/lastSuccessfulBuild/artifact/packages/simpleName.deb)|
2017-06-29 19:50:06 +02:00
I do plan to make a Debian packages.
2017-04-23 15:05:48 +02:00
2017-06-27 20:03:14 +02:00
For other UNIX-like platforms, and MSYS2 (for Windows):
You have to obtain the dependencies though.
```bash
git clone https://gitlab.com/ArsenArsen/KShare.git
2017-06-27 20:03:14 +02:00
cd KShare
qmake // Might be qmake-qt5 on your system
make
```
2017-06-29 19:50:06 +02:00
On systems with FFMpeg pre-3.1 you need to apply `OlderSystemFix.patch` to `recording/encoders/encoder.cpp`.
On systems with Qt pre-5.7 you need to install the Qt version from their website.
2018-01-20 22:31:06 +01:00
## Support (and contact)
There's a few ways to get support, you can:
2018-01-20 22:34:09 +01:00
* join `#kshare` on [Freenode](https://webchat.freenode.net/?channels=kshare)
2018-01-20 22:31:06 +01:00
* open an issue
2018-01-20 22:34:09 +01:00
2018-01-20 22:31:06 +01:00
If someone can answer, they probably will.
2017-04-23 15:05:48 +02:00
###### Started on 19th of April 2017 to bring some attention and improvement to Linux screenshotting.