Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork80
Document setup on Windows#190
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I just recently had this same problem and your addition would have helped me but it also assumes the windows-gnu toolchain which is not always necessary what you want. For instance I solved my problems using the msvc toolchain. Perhaps this topic requires its own page explaining the possibilities. (And I would happily contribute to it). |
As noted by others (#70,#138), and I also experienced myself, there is currently not enough documentation on using gtk-rs on Windows.
After multiple failed attempts, wondering what I was supposed to do and googling error messages, I foundthis thread, which links tothis file. I adapted and simplified these steps a bit, and can confirm that they actually work.
Let's avoid every newcomer wasting a lot of time by adding this to the documentation.
Fixes#70