Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not support GO111MODULE=on? #838

Closed
orange-jacky opened this issue Apr 18, 2019 · 1 comment
Closed

not support GO111MODULE=on? #838

orange-jacky opened this issue Apr 18, 2019 · 1 comment

Comments

@orange-jacky
Copy link

when GO111MODULE=on ,it run "go get -u -v github.com/therecipe/qt/cmd/..." failed,
is it not support go module?

@therecipe
Copy link
Owner

Hey

Take a look here #755 (comment), you will need to run

go get -u -v github.com/therecipe/qt/cmd/qtsetup && go get -u -v github.com/therecipe/qt/cmd/...

to make it work. (This is a Go issue)

I also updated the wiki with new instructions on how to get it working now
https://github.com/therecipe/qt/wiki/Installation-on-Linux#in-module-mode-more-info-here-such-as-how-to-work-around-the-gfw-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants