Automatic Termux

Hello, good morning. I have a question: How do I make Termux automatically install my game’s dependencies in Panda3D? I know a little English and Spanish. Here’s my game https://archive.org/download/supertuxchaos-publico/supertuxchaos-publico.zip.

As far as I know, Termux is an emulator of the Linux environment, that’s it. Dependencies in the case of Python are resolved by package managers such as pip and the like. It follows that dependencies are resolved manually by you, by analogy with working on a Linux and Python systems.

In the case of distributing an application (game), you build an build with the necessary dependencies in advance.

1 Like