I tried today to build pomo on Windows 10 and it's successfully done:
Requirements:
Steps
- Ensure Go, gcc, git in the PATH environment variable
- Open command prompt and exec:
go get github.com/kevinschoon/pomo
Got this message: package github.com/gizak/termui: no Go files in C:\Users\YOURUSERID\go\src\github.com\gizak\termui
- Go to this path
C:\Users\YOURUSERID\go\src\github.com\kevinschoon\pomo and run: go build .. pomo.exe is created and ready
I tried today to build pomo on Windows 10 and it's successfully done:
Requirements:
Steps
go get github.com/kevinschoon/pomoGot this message:
package github.com/gizak/termui: no Go files in C:\Users\YOURUSERID\go\src\github.com\gizak\termuiC:\Users\YOURUSERID\go\src\github.com\kevinschoon\pomoand run:go build ..pomo.exeis created and ready