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-square9fedilinkarrow-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-square9fedilink
minus-squarecheese_greater@lemmy.worldOPlinkfedilinkarrow-up1·edit-27 days agoI wonder if i can run it with a-shell, its a terminal/linux app for ios i use for downloading videos
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 wonder if i can run it with a-shell, its a terminal/linux app for ios i use for downloading videos
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.