gtk-rs.github.io icon indicating copy to clipboard operation
gtk-rs.github.io copied to clipboard

Document setup on Windows

Open jscissr opened this issue 4 years ago • 1 comments

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 found this thread, which links to this 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

jscissr avatar Dec 29 '20 16:12 jscissr

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).

categulario avatar Jun 14 '21 15:06 categulario