diff options
author | Dwight Merriman <dwight@10gen.com> | 2010-05-01 19:52:44 -0400 |
---|---|---|
committer | Dwight Merriman <dwight@10gen.com> | 2010-05-01 19:52:44 -0400 |
commit | e2d7f15df072a967b55747b3154dc66dc0baf3c0 (patch) | |
tree | a08784ee14b37f917e8005baa0eb5eab89181d5b /docs/building.md | |
parent | 19ef9359cac21d053ca0df717c22bf9be3e1e313 (diff) | |
download | mongo-e2d7f15df072a967b55747b3154dc66dc0baf3c0.tar.gz |
docs/building tweak
Diffstat (limited to 'docs/building.md')
-rw-r--r-- | docs/building.md | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/docs/building.md b/docs/building.md index 3f18557f986..03dacdbf958 100644 --- a/docs/building.md +++ b/docs/building.md @@ -2,8 +2,7 @@ Building MongoDB ================ -Scons ----------------- +SCONS For detail information about building, please see: http://www.mongodb.org/display/DOCS/Building @@ -22,40 +21,40 @@ Scons Please note that prebuilt binaries are available on mongodb.org and may be the easier way to get started. -scons targets -------------- -* mongod -* mongos -* mongo -* mongoclient +SCONS TARGETS -*general notes ---------------- - COMPILER VERSIONS + * mongod + * mongos + * mongo + * mongoclient + * all - Mongo has been tested with GCC 4.x and Visual Studio 2008. Older versions +COMPILER VERSIONS + + Mongo has been tested with GCC 4.x and Visual Studio 2008 and 2010. Older versions of GCC may not be happy. -windows ---------------- +WINDOWS - See also http://www.mongodb.org/display/DOCS/Building+for+Windows + See http://www.mongodb.org/display/DOCS/Building+for+Windows Build requirements: - vc++ express or visual studio - python 2.5 (for scons - 2.6 might be needed for some regression tests) - scons - boost 1.35 (or higher) - - windows sdk - tested with v6.0 v6.0a Or download a prebuilt binary for Windows at www.mongodb.org. -ubuntu --------------- +UBUNTU scons libboost-dev libpcre++-dev xulrunner-1.9.1-dev -FreeBSD +OS X + + Try homebrew -- brew install mongodb. + +FREEBSD Install the following ports: |