From 46d35530c4b9c4f8884cd7df70d53390d17af3db Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 16 May 2022 20:46:59 +0200 Subject: [PATCH] Update download instructions --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0268ef4..d86dc36 100644 --- a/README.md +++ b/README.md @@ -61,13 +61,17 @@ See the release section on GitHub. [repositories URL](https://download.opensuse.org/repositories/home:/mkittler:/vcs), [project page](https://build.opensuse.org/project/show/home:mkittler:vcs) * Other GNU/Linux systems - * [AppImage repository for releases on the openSUSE Build Service](https://download.opensuse.org/repositories/home:/mkittler:/appimage/AppImage) - * [AppImage repository for builds from Git master the openSUSE Build Service](https://download.opensuse.org/repositories/home:/mkittler:/appimage:/vcs/AppImage/) + * for generic, self-contained binaries checkout the [release section on GitHub](https://github.com/Martchus/passwordmanager/releases) + * Requires glibc>=2.26, OpenGL and libX11 + * openSUSE Leap 15, Fedora 27, Debian 10 and Ubuntu 18.04 are recent enough (be sure + the package `libopengl0` is installed on Debian/Ubuntu) + * Supports X11 and Wayland (set the environment variable `QT_QPA_PLATFORM=xcb` to disable + native Wayland support if it does not work on your system) * Windows - * for mingw-w64 PKGBUILDs checkout [my GitHub repository](https://github.com/Martchus/PKGBUILDs) * for binaries checkout the [release section on GitHub](https://github.com/Martchus/tageditor/releases) - * the Qt 6 based version is stable and preferable but only supports Windows 10 + * the Qt 6 based version is stable and preferable but only supports Windows 10 and newer * the Qt 5 based version should still work on older versions down to Windows 7 although this is not regularly checked + * for mingw-w64 PKGBUILDs checkout [my GitHub repository](https://github.com/Martchus/PKGBUILDs) ## Build instructions The application depends on [c++utilities](https://github.com/Martchus/cpp-utilities) and