mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
update the install steps
This commit is contained in:
parent
d9dda62e28
commit
51cff7cbac
@ -87,12 +87,8 @@ Install [globalprotect-openconnect](https://aur.archlinux.org/packages/globalpro
|
|||||||
```sh
|
```sh
|
||||||
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
|
|
||||||
|
|
||||||
# qmake or qmake-qt5
|
./scripts/install.sh
|
||||||
qmake CONFIG+=release
|
|
||||||
make
|
|
||||||
sudo make install
|
|
||||||
```
|
```
|
||||||
Open `GlobalProtect VPN` in the application dashboard.
|
Open `GlobalProtect VPN` in the application dashboard.
|
||||||
|
|
||||||
|
5
scripts/install.sh
Executable file
5
scripts/install.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
./cmakew -B build
|
||||||
|
./cmakew --build build
|
||||||
|
sudo ./cmakew --install build
|
Loading…
Reference in New Issue
Block a user