From 0976d65923d6ebb46948575c51faeb3bd81a4117 Mon Sep 17 00:00:00 2001 From: Grover Chou Date: Thu, 21 Dec 2017 07:27:28 +0800 Subject: [PATCH] Add install introduction for openSUSE (#79) Add instruction for openSUSE. Thanks to GroverChouT! --- README.md | 15 +++++++++++++++ README_zh.md | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/README.md b/README.md index 3e21d70c..c3e3b939 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Users from China can download the latest release of VNote from [Baidu Netdisk](h **NOT** supported in XP since QtWebEngineProcess used by VNote could not work in XP. ## Linux + +### AppImage [![Build Status](https://travis-ci.org/tamlok/vnote.svg?branch=master)](https://travis-ci.org/tamlok/vnote) There is an AppImage format standalone executable of VNote for major Linux distributions. **Any help for packaging and distribution on Linux is appreciated!** @@ -24,6 +26,19 @@ There is an AppImage format standalone executable of VNote for major Linux distr - [Github releases](https://github.com/tamlok/vnote/releases) - Latest builds on master: [ ![Download](https://api.bintray.com/packages/tamlok/vnote/vnote/images/download.svg) ](https://bintray.com/tamlok/vnote/vnote/_latestVersion) +### openSUSE +Currently `vnote` on openSUSE Tumbleweed can be installed from `home:opensuse_zh` project on OBS. You can execute the following command directly: + +```shell +sudo zypper ar https://download.opensuse.org/repositories/home:/opensuse_zh/openSUSE_Tumbleweed/ home:opensuse_zh +sudo zypper ref +sudo zypper in vnote +``` + +For other architectures, please search for `vnote` at [software.opensuse.org](https://software.opensuse.org). + +We don't support Leap 42 and below due to the Qt version. Please use AppImage or build it yourself. + ## MacOS [![Build Status](https://travis-ci.org/tamlok/vnote.svg?branch=master)](https://travis-ci.org/tamlok/vnote) diff --git a/README_zh.md b/README_zh.md index 2e57dd3f..d589d147 100644 --- a/README_zh.md +++ b/README_zh.md @@ -17,6 +17,8 @@ VNote不支持**XP**,因为QtWebEngineProcess无法在XP上运行。 ## Linux + +### AppImage [![Build Status](https://travis-ci.org/tamlok/vnote.svg?branch=master)](https://travis-ci.org/tamlok/vnote) VNote当前为主要Linux发行版提供了一个AppImage格式的独立可执行文件。希望了解Linux系统下打包发布的开发人员能提供这方面进一步的帮助! @@ -24,6 +26,19 @@ VNote当前为主要Linux发行版提供了一个AppImage格式的独立可执 - [Github releases](https://github.com/tamlok/vnote/releases) - master分支的最新构建:[ ![Download](https://api.bintray.com/packages/tamlok/vnote/vnote/images/download.svg) ](https://bintray.com/tamlok/vnote/vnote/_latestVersion) +### openSUSE +目前 openSUSE Tumbleweed 可以通过 OBS 上的 `home:opensuse_zh` 源直接安装。您可以直接执行以下命令: + +```shell +sudo zypper ar https://download.opensuse.org/repositories/home:/opensuse_zh/openSUSE_Tumbleweed/ home:opensuse_zh +sudo zypper ref +sudo zypper in vnote +``` + +其他架构请直接在 [software.opensuse.org](https://software.opensuse.org) 搜索 `vnote`。 + +由于 Leap 42 及以下版本的 Qt 版本过低,我们无法在 OBS 上进行打包。请使用 AppImage 或自行构建。 + ## MacOS [![Build Status](https://travis-ci.org/tamlok/vnote.svg?branch=master)](https://travis-ci.org/tamlok/vnote)