mirror of
				https://github.com/mintty/wsltty.git
				synced 2025-10-31 07:04:00 +00:00 
			
		
		
		
	support and describe local installation (from repository) without installer
This commit is contained in:
		
							
								
								
									
										5
									
								
								makefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								makefile
									
									
									
									
									
								
							| @@ -4,6 +4,8 @@ | ||||
| # make targets: | ||||
| # make [all]	build a distributable installer (default) | ||||
| # make pkg	build an installer, bypassing the system checks | ||||
| # make build	build the software (no installer) | ||||
| # make install	install wsltty locally from build (no installer needed) | ||||
| # make wsltty	build the software, using the local copy of mintty | ||||
|  | ||||
|  | ||||
| @@ -298,6 +300,9 @@ mintty-usr:	mintty-get mintty-appx | ||||
| # local wsltty build target: | ||||
| wsltty:	wslbridge cygwin mintty-build mintty-pkg | ||||
|  | ||||
| # build software without installer: | ||||
| build:	wslbridge cygwin mintty-get mintty-build mintty-pkg | ||||
|  | ||||
| # standalone wsltty package build target: | ||||
| pkg:	wslbridge cygwin mintty-get mintty-build mintty-pkg installer | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user