mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
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.
This commit is contained in:
parent
6cbc7ac22f
commit
9a26b5fd08
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user