mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
Update README.md
This commit is contained in:
parent
0ccb1371ab
commit
246ef6d9ed
@ -17,6 +17,13 @@ A GlobalProtect VPN client (GUI) for Linux based on Openconnect and built with Q
|
|||||||
```sh
|
```sh
|
||||||
sudo apt install qt5-default libqt5websockets5-dev qtwebengine5-dev
|
sudo apt install qt5-default libqt5websockets5-dev qtwebengine5-dev
|
||||||
```
|
```
|
||||||
|
### OpenSUSE
|
||||||
|
Install the Qt dependencies
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo zypper install libqt5-qtbase-devel libqt5-qtwebsockets-devel libqt5-qtwebengine-devel
|
||||||
|
```
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
### Install from AUR (Arch/Manjaro)
|
### Install from AUR (Arch/Manjaro)
|
||||||
@ -29,6 +36,8 @@ Install [globalprotect-openconnect](https://aur.archlinux.org/packages/globalpro
|
|||||||
git clone https://github.com/yuezk/GlobalProtect-openconnect.git
|
git clone https://github.com/yuezk/GlobalProtect-openconnect.git
|
||||||
cd GlobalProtect-openconnect
|
cd GlobalProtect-openconnect
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
||||||
|
# qmake or qmake-qt5
|
||||||
qmake CONFIG+=release
|
qmake CONFIG+=release
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
Loading…
Reference in New Issue
Block a user