mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-11 09:00:59 +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
|
|
|