mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
78d70e5b11
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
|
|
|