mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-31 16:07:30 +03:00 
			
		
		
		
	Termux does not have -dev packages any more and pkg install -y instead of pkg -y install should be used
		
			
				
	
	
		
			6 lines
		
	
	
		
			77 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			77 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| pkg install -y python ndk-sysroot clang make \
 | |
|     libjpeg-turbo
 | |
| 
 |