-
Notifications
You must be signed in to change notification settings - Fork 8
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 fail #26
Comments
Missing commands:
|
Yes, probably this should be done via go generate. I used bash on Windows to build this -- from the git installation actually. :-) |
I am using ssh on windoze through git installation, but using bash.. that's hackish! =) |
I'm not really a Windows developer. Windows got support for all this stuff mostly as a side effort. I really don't like the legacy cmd stuff. I can do the go generate thing and commit the generated go files if that will help. |
If the commands above can be executed during standard go build process with go tools - that will be fine. |
You have to do go run... Because it cannot find things in . on non-Windows platforms. Sent from my iPhone
|
I am still trying to find a demo that showcases how tcell works.
go get ...
worked to produce the proxima5 binary, but it fails on Windows withFailed to initialize game: Cannot find data (did you run rebuild.sh?)
. Is it possible to get rid of .sh scripts and make this step a part of get process?The text was updated successfully, but these errors were encountered: