tox-rs / tox

toxcore implementation in Rust
GNU General Public License v3.0
449 stars 32 forks source link

iOS &/or Android #377

Closed NeoChow closed 4 years ago

NeoChow commented 5 years ago

Could it or the client side run on iOS or Android ?

kpp commented 5 years ago

We test it on MacOS. I believe you can run it on iOS or Android however we don't have build scripts for xcompilation for iOS or Android. Are you interested in it?

NeoChow commented 5 years ago

Actually I did not have much experience in writing build scripts, but I'll give it a try when there's time. : )

kpp commented 5 years ago

You can combine both https://github.com/sodiumoxide/sodiumoxide/#cross-compiling-for-armv7-unknown-linux-musleabihf-via-docker and https://medium.com/visly/rust-on-android-19f34a2fb43

NeoChow commented 5 years ago

thanks very much : )

kpp commented 5 years ago

Please share your UX and build scripts if you can crosscompile our project.