Merge pull request #1 from radarhere/termux

Updated Termux command
This commit is contained in:
daquexian 2019-12-08 20:54:59 +08:00 committed by GitHub
commit 874ca892c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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