From 435ae0edd9ade07b670da56546f452f2b0aebddb Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Tue, 27 Jun 2017 19:59:42 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8d426f8..8b6ca9a 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,10 @@ See the [projects](https://github.com/ArsenArsen/KShare/projects) |Distro|Link| |:----:|:--:| |Arch Linux (development)|[kshare-git](https://aur.archlinux.org/packages/kshare-git/)| -|Ubuntu (development)|[Ubuntu .deb](https://nativeci.arsenarsen.com/job/KShare/lastSuccessfulBuild/artifact/packages/kshare_3.0_x86_64.deb)| +|Ubuntu (development)|[Ubuntu .deb](https://nativeci.arsenarsen.com/job/KShare/lastSuccessfulBuild/artifact/packages/simpleName.deb)| +|Arch Linux |[kshare](https://aur.archlinux.org/packages/kshare-git/)| +|Ubuntu |[Ubuntu .deb](https://nativeci.arsenarsen.com/job/KShare%20Stable/lastSuccessfulBuild/artifact/packages/simpleName.deb )| -I do plan to make a Debian ~~and Ubuntu (see below)~~ packages, as well as `kshare` stable for Arch. - -## Wayland Support -If it's requested enough, I will make a pull request towards QHotkey to support Wayland. Or open an issue, depending on my mood. But Qt _should_ still work on Wayland. +I do plan to make a Debian ~~and Ubuntu (see below)~~ packages. ###### Started on 19th of April 2017 to bring some attention and improvement to Linux screenshotting. From 44893123905d4b1bbe562c09422d8a9040ae2997 Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Tue, 27 Jun 2017 20:03:14 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8b6ca9a..0377968 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,14 @@ See the [projects](https://github.com/ArsenArsen/KShare/projects) I do plan to make a Debian ~~and Ubuntu (see below)~~ packages. +For other UNIX-like platforms, and MSYS2 (for Windows): + +You have to obtain the dependencies though. +```bash +git clone https://github.com/ArsenArsen/KShare.git +cd KShare +qmake // Might be qmake-qt5 on your system +make +``` + ###### Started on 19th of April 2017 to bring some attention and improvement to Linux screenshotting.