dgiagio / warp

Create self-contained single binary applications
MIT License
1.91k stars 92 forks source link

Can you provide build instructions for all platforms please? #20

Closed andrewsav-bt closed 5 years ago

andrewsav-bt commented 5 years ago

Windows does not support makefiles.

On linux I'm getting the x86_64-apple-darwin target may not be installed

How does one build this?

andrewsav-bt commented 5 years ago

How to cross compile for Windows:

https://stackoverflow.com/questions/31492799/cross-compile-a-rust-application-from-linux-to-windows

How to cross compile for MacOS:

https://github.com/tpoechtrager/osxcross

Guides: