Skip to content

Added go get recursive.#5

Open
ricardolonga wants to merge 3 commits intoblevesearch:masterfrom
ricardolonga:master
Open

Added go get recursive.#5
ricardolonga wants to merge 3 commits intoblevesearch:masterfrom
ricardolonga:master

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