From 9a26b5fd08d3b39eda5aa398cfb62be93649e3c3 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 17 Mar 2019 00:06:53 +0100 Subject: [PATCH] readme: suggest --no-tiff for Android build command This is because building with tiff seems to have an issue on termux, and it's not actually necessary to build any of the image loaders on Android as we can use the built-in Android APIs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a897f87ec..7002275d13 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ pkg install python-dev termux-tools ndk-stl ndk-sysroot clang libvorbis-dev libo Then, you can build and install the .apk right away using these commands: ```bash -python makepanda/makepanda.py --everything --target android-21 --installer +python makepanda/makepanda.py --everything --target android-21 --no-tiff --installer xdg-open panda3d.apk ```