Skip to content

Commit fed9b9d

Browse files
author
Tim Schneeberger
authored
Update README.md
1 parent 84aa6d7 commit fed9b9d

File tree

1 file changed

+40
-7
lines changed

1 file changed

+40
-7
lines changed

README.md

Lines changed: 40 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,54 @@
11
# Viper4Linux-GUI
22
[![Build Status](https://travis-ci.org/Audio4Linux/Viper4Linux-GUI.svg?branch=master)](https://travis-ci.org/ThePBone/Viper4Linux-GUI) ![GitHub](https://img.shields.io/github/license/Audio4Linux/Viper4Linux-GUI) ![GitHub release](https://img.shields.io/github/release/Audio4Linux/Viper4Linux-GUI)
33

4-
Official UI for Viper4Linux2 [https://github.com/Audio4Linux/Viper4Linux](https://github.com/Audio4Linux/Viper4Linux)
4+
Official UI for Viper4Linux [https://github.com/Audio4Linux/Viper4Linux](https://github.com/Audio4Linux/Viper4Linux)
55
* Telegram: @ThePBone
6+
* Supports both Viper4Linux2 and legacy Viper4Linux
67

7-
#### This repo contains the GUI for a newer Viper4Linux version. Please use [Viper4Linux-GUI Legacy](https://github.com/ThePBone/Viper4Linux-GUI) for now, unless you use Arch Linux or you know what you're doing.
8+
## Installation
9+
10+
* [Arch](#arch)
11+
* [Ubuntu PPA](#ubuntu-ppa)
12+
* [Debian](#debian)
13+
* [Build from sources](#build-from-sources)
814

915
### Arch
1016

1117
On Arch you can use the [AUR package](https://aur.archlinux.org/packages/viper4linux-gui-git/) (using git) provided by yochananmarqos:
1218
```bash
1319
yay -S viper4linux-gui-git
1420
```
15-
![AUR version](https://img.shields.io/aur/version/viper4linux-gui-git?label=aur%20%28git%29)
21+
22+
Or [this one](https://aur.archlinux.org/packages/viper4linux-gui) to get the latest stable release:
23+
```bash
24+
yay -S viper4linux-gui
25+
```
26+
27+
![AUR version](https://img.shields.io/aur/version/viper4linux-gui?label=aur%20%28stable%29) ![AUR version](https://img.shields.io/aur/version/viper4linux-gui-git?label=aur%20%28git%29)
28+
29+
### Ubuntu (PPA)
30+
31+
Add my PPA repository if you haven't already:
32+
```bash
33+
curl -s --compressed "https://thepbone.github.io/PPA-Repository/KEY.gpg" | sudo apt-key add -
34+
sudo curl -s --compressed -o /etc/apt/sources.list.d/thepbone_ppa.list "https://thepbone.github.io/PPA-Repository/thepbone_ppa.list"
35+
sudo apt update
36+
```
37+
And install the app:
38+
```bash
39+
sudo apt install viper4linux-gui
40+
```
41+
[View PPA on GitHub](https://github.com/ThePBone/PPA-Repository)
42+
43+
### Debian
44+
You can find DEB packages [here](https://github.com/Audio4Linux/Viper4Linux-GUI/releases).
45+
```bash
46+
sudo dpkg -i <..deb-filename..>
47+
```
1648

1749
### Build from sources
1850
This GUI requires the following dependencies:
19-
* Required Qt version: Qt 5.9 or higher
51+
* Required Qt version: Qt 5.9.5 or higher
2052
* Required Qt modules: core, gui, xml, dbus, network, svg and multimedia
2153

2254
Dependencies for Debian-based distros:
@@ -70,7 +102,8 @@ sudo wget -O /usr/share/pixmaps/viper-gui.png https://raw.githubusercontent.com/
70102

71103
## Credits
72104
* [Material Icons](https://material.io/tools/icons/)
73-
* [QSS Stylesheets - GTRONICK (modified by @ThePBone)](https://github.com/GTRONICK/QSS)
74-
* [Viper4Linux - noahbliss](https://github.com/noahbliss/Viper4Linux)
105+
* [QSS Stylesheets by GTRONICK (modified by @ThePBone)](https://github.com/GTRONICK/QSS)
106+
* [Viper4Linux by noahbliss](https://github.com/noahbliss)
107+
75108
### Packages
76-
* [yochananmarqos - AUR packages](https://github.com/yochananmarqos)
109+
* AUR packages managed by [yochananmarqos](https://github.com/yochananmarqos)

0 commit comments

Comments
 (0)