treeform / puppy

Puppy fetches via HTTP and HTTPS
MIT License
185 stars 27 forks source link

Install error on Termux #8

Closed doongjohn closed 3 years ago

doongjohn commented 3 years ago

20210404_155325

maybe android is not supported?

treeform commented 3 years ago

Sorry at the moment Android and iOS are not supported. The reason is that they don't ship libcurl by default. To stay with the spirit of puppy I think its bet to go through the Java NDK api on android and swift/objective-c API on iOS to make ssl requests. This is currently not implemented. I don't have plans on making this work, but PRs welcome.

Termux is doubly wearied as its not real android and not real linux. For termux is probably best to install libcurl? I don't know.