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

Windows installation #297

Open
hugows opened this issue Aug 30, 2016 · 0 comments
Open

Windows installation #297

hugows opened this issue Aug 30, 2016 · 0 comments

Comments

@hugows
Copy link

hugows commented Aug 30, 2016

After trying the two commands in the instructions (windows), I had the following problem:

C:\Users\hugo\go\bin>go run c:\users\hugo\go\src\github.com\eaburns\T\ui\main.go ..\src\github.com\eaburns\T\ui\main.go:19:2: cannot find package "github.com/pkg/profile" in any of: C:\Go\src\github.com\pkg\profile (from $GOROOT) c:\users\hugo\go\src\github.com\pkg\profile (from $GOPATH) ..\src\golang.org\x\exp\shiny\driver\internal\win32\zsyscall_windows.go:9:2: cannot find package "golang.org/x/sys/windows" in any of: c:\users\hugo\go\src\golang.org\x\exp\shiny\vendor\golang.org\x\sys\windows (vendor tree) C:\Go\src\golang.org\x\sys\windows (from $GOROOT) c:\users\hugo\go\src\golang.org\x\sys\windows (from $GOPATH)

After installing those:

C:\Users\hugo\go\bin>go get github.com/pkg/profile C:\Users\hugo\go\bin>go get golang.org/x/sys/windows

You app did run - I didn't know it was this easy to deliver Golang GUI apps!

I'll be playing with this - thank you!

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

1 participant