-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
Readme instructions for building on Windows fail #41
Comments
Hi! Thanks for the report and glad that miniquad works for you! The problem is definitely worse mention, do you have any good link to add to README? I am personally doing the following workaround on my archlinux machine for
|
I don't have a link, however this command works fine on Windows 10 without any hacks:
I just have VS 2019 installed. When I run the above command, everything builds and works great. |
I propose update the readme with the above command for -msvc target on Windows and keep the Linux ones as-is - what do you think? |
oh, I see, msvc target is never mentioned in the readme at all! An attempt to fix it: 4c7bfb5 |
Looks good! :) |
TLDR:
x86_64-pc-windows-gnu
target is broken on Windows, howeverx86_64-pc-windows-msvc
runs just fine.Side note: awesome library! Love the one-step build for Android, Windows, WASM. Just what I was looking for my experiments :)
I propose update the readme for building on windows to this working line:
For information:
There are several issues related to general linking with MinGW and C code, see related: rust-lang/rust#47048
This is the error message
x86_64-pc-windows-gnu
The text was updated successfully, but these errors were encountered: