Skip to content

Missing step in Windows installation process? #1583

Closed Answered by pieterdd
pieterdd asked this question in Q&A
Discussion options

You must be logged in to vote

Figured it out. I modified .cargo/config as follows to make sure the linker can find the libraries:

[target.x86_64-pc-windows-msvc]
linker = "lld-link.exe"
rustflags = ["-C", "link-args=/LIBPATH:C:\\gtk-build\\gtk\\x64\\release\\lib\\"]

I'll open a pull request to amend the documentation.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pieterdd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant