Skip to content
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

Added go get recursive. #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ricardolonga
Copy link

Dear,
Added go get recursive command at documentation.

Added go get recursive command at documentation.
@mschoch
Copy link
Contributor

mschoch commented Sep 17, 2015

The ./... will recursively get from sub-packages, but in this case there are none, so just a "go get" is sufficient. I just tested this is in a clean GOPATH. If you can make that change I'll merge it.

@ricardolonga
Copy link
Author

Ok, I will make changes. Thanks!

Just "go get" command is enough.
@ricardolonga
Copy link
Author

"go get" work to "go build".
However, "go build -tags full" problems still occurs.

@mschoch
Copy link
Contributor

mschoch commented Sep 17, 2015

That is correct, but the "./..." doesn't fix that problem either. What does work is go get -tags full and then go build -tags full.

Be warned though there is a lot that can still go wrong doing go get -tags full, you'll need many libraries installed, and in my case I have to set CGO_LDFLAGS in order for the gorocksdb wrapper to find my rocksdb installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants