Skip to content

Android/iOS mobile support #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
struct opened this issue Apr 27, 2020 · 1 comment
Open

Android/iOS mobile support #4

struct opened this issue Apr 27, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@struct
Copy link
Owner

struct commented Apr 27, 2020

Add support for building on Android/iOS (in that order).

For Android we can use ndk-build with an Android.mk file. Supporting 32 bit Android may require some rethinking of how we configure default zones as there won't be as much memory available to us. 64 bit should be straight forward as it closely mirrors 64 bit Linux which has been heavily tested.

Supporting iOS builds will take more time. We don't have to worry about 32 bit builds here but using XCode is never as easy as it seems.

@struct struct added the enhancement New feature or request label Apr 27, 2020
@struct
Copy link
Owner Author

struct commented Jun 27, 2021

Added very basic Android build makefiles 70bdd7f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant