T_old icon indicating copy to clipboard operation
T_old copied to clipboard

Windows installation

Open hugows opened this issue 7 years ago • 0 comments

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!

hugows avatar Aug 30 '16 11:08 hugows