wgpu-in-app icon indicating copy to clipboard operation
wgpu-in-app copied to clipboard

How to build mobile apps on Windows?

Open mikeny07 opened this issue 1 year ago • 1 comments

The files android_lib_build.sh and apple_lib_build.sh seems only working on Linux. How to build Android and iOS app on Windows?

mikeny07 avatar Sep 12 '23 20:09 mikeny07

Building for aarch64-apple-ios target requires the corresponding iOS SDK, as provided by Xcode. Therefore, iOS targets can only be built on macOS.

By default, Windows does not support shell scripts. It may be necessary to use Git Bash or WSL (Windows Subsystem for Linux). then, if you have already set up the Android build environment according to README, you can compile Android targets on Windows.

jinleili avatar Sep 16 '23 11:09 jinleili