brickpop/flutter-rust-ffi

Compile on Windows Machine

Closed this issue · 2 comments

make script not working on Windows.

The makefile is mainly a Unix build tool, and it fits quite well to develop for Android (Linux) and iOS (Darwin).

You may want to have a try with Windows Subsystem for Linux or use Cygwin. However, this would only allow to compile APK's fow Android. To compile for iOS you need to run macOS.

make script not working on Windows.

@canewsin This project might be helpful.