mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
Add install introduction for openSUSE (#79)
Add instruction for openSUSE. Thanks to GroverChouT!
This commit is contained in:
parent
cf3cd67734
commit
0976d65923
15
README.md
15
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.
|
**NOT** supported in XP since QtWebEngineProcess used by VNote could not work in XP.
|
||||||
|
|
||||||
## Linux
|
## Linux
|
||||||
|
|
||||||
|
### AppImage
|
||||||
[](https://travis-ci.org/tamlok/vnote)
|
[](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!**
|
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)
|
- [Github releases](https://github.com/tamlok/vnote/releases)
|
||||||
- Latest builds on master: [  ](https://bintray.com/tamlok/vnote/vnote/_latestVersion)
|
- Latest builds on master: [  ](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
|
## MacOS
|
||||||
[](https://travis-ci.org/tamlok/vnote)
|
[](https://travis-ci.org/tamlok/vnote)
|
||||||
|
|
||||||
|
15
README_zh.md
15
README_zh.md
@ -17,6 +17,8 @@
|
|||||||
VNote不支持**XP**,因为QtWebEngineProcess无法在XP上运行。
|
VNote不支持**XP**,因为QtWebEngineProcess无法在XP上运行。
|
||||||
|
|
||||||
## Linux
|
## Linux
|
||||||
|
|
||||||
|
### AppImage
|
||||||
[](https://travis-ci.org/tamlok/vnote)
|
[](https://travis-ci.org/tamlok/vnote)
|
||||||
|
|
||||||
VNote当前为主要Linux发行版提供了一个AppImage格式的独立可执行文件。希望了解Linux系统下打包发布的开发人员能提供这方面进一步的帮助!
|
VNote当前为主要Linux发行版提供了一个AppImage格式的独立可执行文件。希望了解Linux系统下打包发布的开发人员能提供这方面进一步的帮助!
|
||||||
@ -24,6 +26,19 @@ VNote当前为主要Linux发行版提供了一个AppImage格式的独立可执
|
|||||||
- [Github releases](https://github.com/tamlok/vnote/releases)
|
- [Github releases](https://github.com/tamlok/vnote/releases)
|
||||||
- master分支的最新构建:[  ](https://bintray.com/tamlok/vnote/vnote/_latestVersion)
|
- master分支的最新构建:[  ](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
|
## MacOS
|
||||||
[](https://travis-ci.org/tamlok/vnote)
|
[](https://travis-ci.org/tamlok/vnote)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user