Merge pull request #4209 from daquexian/patch-1

Update the out-dated termux.sh
This commit is contained in:
Hugo van Kemenade 2019-12-12 08:03:57 +02:00 committed by GitHub
commit cb768d0bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
pkg -y install python python-dev ndk-sysroot clang make \
libjpeg-turbo-dev
pkg install -y python ndk-sysroot clang make \
libjpeg-turbo

View File

@ -359,8 +359,8 @@ Building on Android
Basic Android support has been added for compilation within the Termux
environment. The dependencies can be installed by::
$ pkg -y install python python-dev ndk-sysroot clang make \
libjpeg-turbo-dev
$ pkg install -y python ndk-sysroot clang make \
libjpeg-turbo
This has been tested within the Termux app on ChromeOS, on x86.