mirror of
				https://github.com/PowerShell/Win32-OpenSSH.git
				synced 2025-11-04 05:33:55 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			627 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			627 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
rm config.guess
 | 
						|
rm config.sub
 | 
						|
rm cconfigure.ac
 | 
						|
rm configure
 | 
						|
rm config.h
 | 
						|
rm config.h.in
 | 
						|
rm config.h.tail
 | 
						|
rm Makefile.in
 | 
						|
rm openbsd-compat/Makefile.in
 | 
						|
cp win32_config.guess config.guess
 | 
						|
cp win32_config.sub config.sub
 | 
						|
cp win32_configure.ac configure.ac
 | 
						|
cp win32_configure configure
 | 
						|
cp win32_config.h config.h
 | 
						|
cp win32_config.h.in config.h.in
 | 
						|
cp win32_config.h.tail config.h.tail
 | 
						|
cp win32_Makefile.in Makefile.in
 | 
						|
cp openbsd-compat/win32_Makefile.in openbsd-compat/Makefile.in
 | 
						|
autoreconf
 | 
						|
./configure --build=i686-pc-mingw32 --host=i686-pc-mingw32 --with-ssl-dir=../openssl-1.0.2d --with-kerberos5
 | 
						|
cat config.h.tail >> config.h
 | 
						|
make
 |