mirror of
				https://github.com/yuezk/GlobalProtect-openconnect.git
				synced 2025-05-20 07:26:58 -04:00 
			
		
		
		
	doc: update the dev doc
This commit is contained in:
		
							
								
								
									
										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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user