Merge pull request #3323 from akhildevelops/docs-devcontainer
Docs devcontainer
This commit is contained in:
		
						commit
						4269bf5c56
					
				| @ -41,6 +41,14 @@ Below are the servers you are using for free, they may change over time. If you | ||||
| | USA (Ashburn) | 0x101 Cyber Security | 4 vCPU / 8GB RAM | | ||||
| | Ukraine (Kyiv) | dc.volia (2VM) | 2 vCPU / 4GB RAM | | ||||
| 
 | ||||
| ## Dev Container | ||||
| 
 | ||||
| [](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/rustdesk/rustdesk) | ||||
| 
 | ||||
| If you already have VS Code and Docker installed, you can click the badge above to get started. Clicking will cause VS Code to automatically install the Dev Containers extension if needed, clone the source code into a container volume, and spin up a dev container for use. | ||||
| 
 | ||||
| Go through [DEVCONTAINER.md](docs/DEVCONTAINER.md) for more info. | ||||
| 
 | ||||
| ## Dependencies | ||||
| 
 | ||||
| Desktop versions use [sciter](https://sciter.com/) or Flutter for GUI, this tutorial is for Sciter only. | ||||
|  | ||||
							
								
								
									
										14
									
								
								docs/DEVCONTAINER.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								docs/DEVCONTAINER.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,14 @@ | ||||
| 
 | ||||
| After the start of devcontainer in docker container, a linux binary in debug mode is created. | ||||
| 
 | ||||
| Currently devcontainer offers linux and android builds in both debug and release mode. | ||||
| 
 | ||||
| Below is the table on commands to run from root of the project for creating specific builds. | ||||
| 
 | ||||
| Command|Build Type|Mode | ||||
| -|-|-| | ||||
| `.devcontainer/build.sh --debug linux`|Linux|debug | ||||
| `.devcontainer/build.sh --release linux`|Linux|release | ||||
| `.devcontainer/build.sh --debug android`|android-arm64|debug | ||||
| `.devcontainer/build.sh --release android`|android-arm64|debug | ||||
| 
 | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user