mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Add QtIFW configuration & build files
This commit is contained in:
		
							parent
							
								
									813837c5cf
								
							
						
					
					
						commit
						b72d1e0ca0
					
				
					 11 changed files with 140 additions and 0 deletions
				
			
		
							
								
								
									
										30
									
								
								dist/installer/README.md
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										30
									
								
								dist/installer/README.md
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,30 @@ | |||
| Citra Qt Installer | ||||
| ================== | ||||
| 
 | ||||
| This contains the configuration files for building Citra's installer. | ||||
| 
 | ||||
| `packages` is empty as Qt expects that it gets a valid directory for offline | ||||
|  packages, even if you are a online-only installer. | ||||
| 
 | ||||
| Installers can only be built on the platform that they are targeting. | ||||
| 
 | ||||
| Windows | ||||
| ------- | ||||
| 
 | ||||
| Using Powershell 2.0 (Windows 10): | ||||
| 
 | ||||
| ```powershell | ||||
| cd dist\installer | ||||
| powershell –ExecutionPolicy Bypass .\build.ps1 | ||||
| ``` | ||||
| 
 | ||||
| Linux/Mac | ||||
| --------- | ||||
| 
 | ||||
| Curl + Bash must be available. | ||||
| 
 | ||||
| ```bash | ||||
| cd dist/installer | ||||
| chmod +x build.sh | ||||
| ./build.sh | ||||
| ``` | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue