godot-rust / gdnative-book

The user guide for godot-rust.
https://godot-rust.github.io/book
MIT License
64 stars 42 forks source link

Clarify the LLVM dependency on Windows #91

Closed weazeltech closed 1 year ago

weazeltech commented 1 year ago

I had some trouble understanding that I had to install LLVM separately and it wasn't included with the Visual Studio as a dependency. I'm creating this PR because it confused me and I saw some people on the discord go through this as well, and that's how I "figured it out myself".

Bromeon commented 1 year ago

Thanks a lot!