mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
doc: update the dev doc
This commit is contained in:
parent
15e798c1e7
commit
e5fd2ba280
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -6,6 +6,7 @@
|
||||
"clientgpversion",
|
||||
"clientos",
|
||||
"gpcommon",
|
||||
"gpgui",
|
||||
"gpservice",
|
||||
"Immer",
|
||||
"jnlp",
|
||||
|
18
README.md
18
README.md
@ -1,8 +1,24 @@
|
||||
## Development
|
||||
|
||||
### Build the service
|
||||
|
||||
```sh
|
||||
# Build the client first
|
||||
cargo build -p gpclient
|
||||
|
||||
# Build the service
|
||||
cargo build -p gpservice
|
||||
```
|
||||
|
||||
### Start the service
|
||||
|
||||
```sh
|
||||
sudo ./target/debug/gpservice
|
||||
```
|
||||
|
||||
### Start the GUI
|
||||
|
||||
```
|
||||
```sh
|
||||
cd gpgui
|
||||
pnpm install
|
||||
pnpm tauri dev
|
||||
|
Loading…
Reference in New Issue
Block a user