mirror of
				https://github.com/mintty/wsltty.git
				synced 2025-10-30 22:54:03 +00:00 
			
		
		
		
	1.8.4
This commit is contained in:
		
							
								
								
									
										2
									
								
								README.md
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										2
									
								
								README.md
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							| @@ -17,7 +17,7 @@ WSLtty components | |||||||
|  |  | ||||||
| ### Installation ### | ### Installation ### | ||||||
|  |  | ||||||
| #### WSLtty installer #### | #### WSLtty installer ([Download](https://github.com/mintty/wsltty/releases) standalone installation) #### | ||||||
|  |  | ||||||
| Run the [installer](https://github.com/mintty/wsltty/releases) to install  | Run the [installer](https://github.com/mintty/wsltty/releases) to install  | ||||||
| the components listed above. | the components listed above. | ||||||
|   | |||||||
							
								
								
									
										23
									
								
								makefile
									
									
									
									
									
								
							
							
						
						
									
										23
									
								
								makefile
									
									
									
									
									
								
							| @@ -2,17 +2,17 @@ | |||||||
| # build a wsltty installer package: | # build a wsltty installer package: | ||||||
| # configure ver=... and minttyver= in this makefile | # configure ver=... and minttyver= in this makefile | ||||||
| # make targets: | # make targets: | ||||||
| # make [all]	to build a distributable installer (default) | # make [all]	build a distributable installer (default) | ||||||
| # make pkg	to build an installer, bypassing the system checks | # make pkg	build an installer, bypassing the system checks | ||||||
| # make wsltty	to build an installer using the local copy of mintty | # make wsltty	build the software, using the local copy of mintty | ||||||
|  |  | ||||||
|  |  | ||||||
| # wsltty release | # wsltty release | ||||||
| ver=1.8.3.2 | ver=1.8.4 | ||||||
|  |  | ||||||
| ############################## | ############################## | ||||||
| # mintty release version | # mintty release version | ||||||
| minttyver=2.8.3 | minttyver=2.8.4 | ||||||
|  |  | ||||||
| # or mintty branch or commit version | # or mintty branch or commit version | ||||||
| #minttyver=master | #minttyver=master | ||||||
| @@ -61,18 +61,17 @@ wget=curl -R -L --connect-timeout 55 -O | |||||||
| wgeto=curl -R -L --connect-timeout 55 | wgeto=curl -R -L --connect-timeout 55 | ||||||
|  |  | ||||||
| ############################################################################# | ############################################################################# | ||||||
| # system check; | # system check: | ||||||
| # for now, let's enforce Cygwin 32-Bit as the container for wsltty | # - ensure the path name drag-and-drop adaptation works (-> Cygwin, not MSYS) | ||||||
| # just in case there is a 32-Bit WSL released (-> 32 bit), and to ensure  | # - 64 Bit (x86_64) for more stable invocation (avoid fork issues) | ||||||
| # the path name drag-and-drop adaptation works (-> cygwin, not msys) |  | ||||||
|  |  | ||||||
| check: | check: | ||||||
| 	# checking suitable host environment; run `make pkg` to bypass | 	# checking suitable host environment; run `make pkg` to bypass | ||||||
| 	# check cygwin (vs msys) for proper drag-and-drop paths: | 	# check cygwin (vs msys) for proper drag-and-drop paths: | ||||||
| 	uname | grep CYGWIN | 	uname | grep CYGWIN | ||||||
| 	# check 32 bit (vs 64 bit) to ensure 32-Bit Windows support, just in case: | 	# check 32 bit to ensure 32-Bit Windows support, just in case: | ||||||
| 	#uname -m | grep i686 | 	#uname -m | grep i686 | ||||||
| 	# check 64 bit (vs 32 bit) to provide 64-Bit stability support: | 	# check 64 bit to provide 64-Bit stability support: | ||||||
| 	uname -m | grep x86_64 | 	uname -m | grep x86_64 | ||||||
|  |  | ||||||
| ############################################################################# | ############################################################################# | ||||||
| @@ -169,7 +168,7 @@ ver: | |||||||
|  |  | ||||||
| pkg:	wslbridge cygwin mintty cab | pkg:	wslbridge cygwin mintty cab | ||||||
|  |  | ||||||
| wsltty:	wslbridge cygwin mintty-build cab | wsltty:	wslbridge cygwin mintty-build | ||||||
|  |  | ||||||
| ############################################################################# | ############################################################################# | ||||||
| # end | # end | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user