diff options
author | Dan Crosta <dcrosta@10gen.com> | 2012-02-21 10:04:37 -0500 |
---|---|---|
committer | Dan Crosta <dcrosta@10gen.com> | 2012-02-21 10:05:27 -0500 |
commit | 03aabac5670065335093509f199900fd7f1541cd (patch) | |
tree | 831a959e95c8e6427b9c771f00ff20e101bea722 /docs | |
parent | be99a7f6b315cf3e0c3e136977fb222494bfa5bd (diff) | |
download | mongo-03aabac5670065335093509f199900fd7f1541cd.tar.gz |
whitespace changes in build instructions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/building.md | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/docs/building.md b/docs/building.md index 3b3094dca1e..00d13698f84 100644 --- a/docs/building.md +++ b/docs/building.md @@ -4,7 +4,7 @@ Building MongoDB SCONS --------------- - + For detail information about building, please see [the wiki](http://www.mongodb.org/display/DOCS/Building). If you want to build everything (mongod, mongo, tools, etc): @@ -14,7 +14,7 @@ If you want to build everything (mongod, mongo, tools, etc): If you only want to build the database: $ scons - + To install $ scons --prefix=/opt/mongo install @@ -24,30 +24,30 @@ Please note that prebuilt binaries are available on [mongodb.org](http://www.mon SCONS TARGETS -------------- - * mongod - * mongos - * mongo - * mongoclient - * all +* mongod +* mongos +* mongo +* mongoclient +* all COMPILER VERSIONS -------------- - Mongo has been tested with GCC 4.x and Visual Studio 2008 and 2010. Older versions - of GCC may not be happy. +Mongo has been tested with GCC 4.x and Visual Studio 2008 and 2010. Older versions +of GCC may not be happy. WINDOWS -------------- - See 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) +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) - Or download a prebuilt binary for Windows at www.mongodb.org. +Or download a prebuilt binary for Windows at www.mongodb.org. UBUNTU -------------- @@ -76,3 +76,4 @@ Special Build Notes -------------- * [debian etch on ec2](building.debian.etch.ec2.html) * [open solaris on ec2](building.opensolaris.ec2.html) + |