Discussion:
[mongodb-dev] build steps difference
Monika Shah
2018-03-16 14:52:41 UTC
Permalink
What is difference in build steps given at
"https://github.com/mongodb/mongo/wiki/Build-Mongodb-From-Source#installing-pip-requirements"
and "https://github.com/mongodb/mongo/blob/master/docs/building.md" ?

IS there mongodb version specific build source?
--
You received this message because you are subscribed to the Google Groups "mongodb-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-dev+***@googlegroups.com.
To post to this group, send email to mongodb-***@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-dev/def2d1de-6dd9-41cf-ad50-03da1716f099%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
'Stephen Steneker' via mongodb-dev
2018-03-19 01:32:25 UTC
Permalink
What is difference in build steps given at "
https://github.com/mongodb/mongo/wiki/Build-Mongodb-From-Source#installing-pip-requirements"
and "https://github.com/mongodb/mongo/blob/master/docs/building.md
<https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fmongodb%2Fmongo%2Fblob%2Fmaster%2Fdocs%2Fbuilding.md&sa=D&sntz=1&usg=AFQjCNFFuwIb7v7AbWKvR5L2wgjw1Kfoow>"
?
IS there mongodb version specific build source?
Hi Monika,

The building.md information in GitHub has been updated more recently and
reflects requirements for building the current master/development branch.
In particular, minimum versions of gcc and Clang have been updated.

The wiki page notes some of the historical differences such as dependencies
for building 3.2, 3.0, and 2.6 branches.

Generally these are minimum requirements and you should be able to build
with newer versions, but if you are having difficulties please confirm any
specific error messages and the version of source code you are trying to
compile.

Regards,
Stennie
--
You received this message because you are subscribed to the Google Groups "mongodb-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-dev+***@googlegroups.com.
To post to this group, send email to mongodb-***@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-dev/1f6ad959-bd72-4642-8171-72d8bddc0adf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Monika Shah
2018-03-24 12:24:26 UTC
Permalink
Thank you .


I request you to help me for following. (filename:function name)

1. From where I can find metadata of collection / indexes used in query?
2. starting point of query processing and how does it select optimal path
Post by 'Stephen Steneker' via mongodb-dev
What is difference in build steps given at "
https://github.com/mongodb/mongo/wiki/Build-Mongodb-From-Source#installing-pip-requirements"
and "https://github.com/mongodb/mongo/blob/master/docs/building.md
<https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fmongodb%2Fmongo%2Fblob%2Fmaster%2Fdocs%2Fbuilding.md&sa=D&sntz=1&usg=AFQjCNFFuwIb7v7AbWKvR5L2wgjw1Kfoow>"
?
IS there mongodb version specific build source?
Hi Monika,
The building.md information in GitHub has been updated more recently and
reflects requirements for building the current master/development branch.
In particular, minimum versions of gcc and Clang have been updated.
The wiki page notes some of the historical differences such as
dependencies for building 3.2, 3.0, and 2.6 branches.
Generally these are minimum requirements and you should be able to build
with newer versions, but if you are having difficulties please confirm any
specific error messages and the version of source code you are trying to
compile.
Regards,
Stennie
--
You received this message because you are subscribed to the Google Groups "mongodb-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-dev+***@googlegroups.com.
To post to this group, send email to mongodb-***@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-dev.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-dev/e3347d0b-3b09-4cfb-af26-ba3f1ad7e63b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...