Skip to content

Commit 9f1803f

Browse files
author
Tim Schneeberger
authored
Update README.md
1 parent e9f255b commit 9f1803f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ yay -S viper4linux-gui-git
1515
![AUR version](https://img.shields.io/aur/version/viper4linux-gui-git?label=aur%20%28git%29)
1616

1717
### Build from sources
18+
This GUI requires the following dependencies:
19+
20+
Required Qt version: Qt 5.9 or higher
21+
22+
Required Qt modules: core, gui, xml, dbus, network, svg and multimedia
23+
24+
Dependencies for Debian-based distros:
25+
```bash
26+
sudo apt install qtbase5-dev qtmultimedia5-dev libqt5svg5-dev
27+
sudo apt install libqt5core5a libqt5dbus5 libqt5gui5 libqt5multimedia5 libqt5svg5 libqt5xml5 libqt5network5
28+
```
1829
Clone this repository
1930

2031
git clone https://github.com/Audio4Linux/Viper4Linux-GUI

0 commit comments

Comments
 (0)