cheese_greater@lemmy.world to Programming@programming.dev · 7 days agoHow can I run a rust program (from a zip from GitHub) be run on iOS?message-squaremessage-square9linkfedilinkarrow-up16arrow-down111
arrow-up1-5arrow-down1message-squareHow can I run a rust program (from a zip from GitHub) be run on iOS?cheese_greater@lemmy.world to Programming@programming.dev · 7 days agomessage-square9linkfedilink
minus-squareSteveTech@aussie.zonelinkfedilinkarrow-up5arrow-down1·7 days agoI think things still need to be compiled specifically for a-shell, you can’t just run a random binary. Also iOS is more closely related to BSD, so Linux apps wouldn’t work anyway.
minus-squareSteveTech@aussie.zonelinkfedilinkarrow-up4·6 days agoPython would be, and yt-dlp is a Python app.
I think things still need to be compiled specifically for a-shell, you can’t just run a random binary. Also iOS is more closely related to BSD, so Linux apps wouldn’t work anyway.
yt-dlp wasnt
Python would be, and yt-dlp is a Python app.