Answer the question
In order to leave comments, you need to log in
How to include libraries from under Windows in Go?
How to include Go libraries on Windows? go get is not enough. Requires Git. After installing Git, the libraries are still not installed normally (errors related to pkg_config and other dependencies). Isn't there an easier way to install without using Git etc? Can't you just download the repository from github and put it in the right folder?
Answer the question
In order to leave comments, you need to log in
After installing git, everything is fine with go get. There were a couple dependency issues with pkg_config, but it was only once or twice, most libraries install fine, about 99.9%.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question