-
Notifications
You must be signed in to change notification settings - Fork 2
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
Building the tool #38
Comments
It has been a while since I last looked at it. From what I understand, go tools evolved and the whole step of changing the GOPATH can be eliminated. This, however, involves changing the commands above:
I will gladly accept a pull request with the Makefile and a README update. |
The tests don't pass for me, but I will send you the PR anyway so you can check what could be happening. |
Indeed. It is related to #26. I temporarily disabled the tests which reproduce the issue. |
I'm using this makefile:
I think it may be useful to have it in the repo. Regardless, I think the
go build ./src/comp
step is missing in the README. I can submit a pull request either for adding that step to the README, or to provide a makefile with the corresponding modifications to the README.The text was updated successfully, but these errors were encountered: