GlobalProtect-openconnect/README.md
2023-08-02 22:28:58 +08:00

665 B

Development

Dependencies

The following packages will be required to build depending on your environment:

  • Cargo
  • openconnect-devel (containing openconnect.h)
  • pnpm

Build the service

# Build the client first
cargo build -p gpclient

# Build the service
cargo build -p gpservice

Start the service

sudo ./target/debug/gpservice

Start the GUI

cd gpgui
pnpm install
pnpm tauri dev

Open the DevTools

Right-click on the GUI window and select "Inspect Element".