-
Notifications
You must be signed in to change notification settings - Fork 102
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
Instructions to build? #22
Comments
I'll do a PR on the man page, but here's what I found to work for me (on Linux/Mac):
|
I'm having an issue when I do this (working on windows) When I do step 5, it says:
If I try to ignore that and go to step 6, i get :
Any idea why I can't build/install this? I know nothing about using Go or these functions, thank you! Also, running 'go mod tidy; go mod vendor' (either of them) will return
Nothing changes if return to step 5 or 6 at this point. I'm brand new to this, I'm not sure how to fix this |
These install instructions are not working for me. After step 6 I can not just run gopro2json from the command line. I am on a Mac. Does anyone have updated build and run instructions? |
That is,
and you are done. Go made multiple incompatible changes on how it uses $GOPATH, but that made it actually easier. |
|
As someone new to GO, there doesn't seem to be a build file or instructions on how to build the project? Could you add a section on build instructions? Thank you!
The text was updated successfully, but these errors were encountered: