update the doc

This commit is contained in:
Kevin Yue 2021-09-18 18:36:48 +08:00
parent ca7a784ef5
commit 011d654bd4

View File

@ -59,19 +59,10 @@ Install the [AppIndicator and KStatusNotifierItem Support](https://extensions.gn
1. Install the Qt dependencies 1. Install the Qt dependencies
For Ubuntu 20, this should work.
```sh ```sh
sudo apt install -y build-essential qtbase5-dev libqt5websockets5-dev qtwebengine5-dev sudo apt install -y build-essential qtbase5-dev libqt5websockets5-dev qtwebengine5-dev
``` ```
### openSUSE
For Ubuntu 21, you need to install the base pieces separately as QT5 is the default.
```sh
sudo apt install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5websockets5-dev qtwebengine5-dev qttools5-dev debhelper
```
### OpenSUSE
Install the Qt dependencies Install the Qt dependencies
```sh ```sh