Update README.md

This commit is contained in:
Kevin Yue 2021-09-10 22:49:54 +08:00 committed by GitHub
parent 98e641e99d
commit 0d4485d754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,9 +51,15 @@ Install the [AppIndicator and KStatusNotifierItem Support](https://extensions.gn
openconnect --version openconnect --version
``` ```
For Ubuntu 18.04 you might need to [build the latest openconnect from source code](https://gist.github.com/yuezk/ab9a4b87a9fa0182bdb2df41fab5f613). For Ubuntu 18.04, using this [dwmw2/openconnect](https://launchpad.net/~dwmw2/+archive/ubuntu/openconnect) PPA.
2. Install the Qt dependencies ```sh
sudo add-apt-repository ppa:dwmw2/openconnect
sudo apt-get update
sudo apt install openconnect
```
1. Install the Qt dependencies
For Ubuntu 20, this should work. For Ubuntu 20, this should work.