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",
|
"clientgpversion",
|
||||||
"clientos",
|
"clientos",
|
||||||
"gpcommon",
|
"gpcommon",
|
||||||
|
"gpgui",
|
||||||
"gpservice",
|
"gpservice",
|
||||||
"Immer",
|
"Immer",
|
||||||
"jnlp",
|
"jnlp",
|
||||||
|
18
README.md
18
README.md
@ -1,8 +1,24 @@
|
|||||||
## Development
|
## 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
|
### Start the GUI
|
||||||
|
|
||||||
```
|
```sh
|
||||||
cd gpgui
|
cd gpgui
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm tauri dev
|
pnpm tauri dev
|
||||||
|
Loading…
Reference in New Issue
Block a user