summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Fiedler <miketheman@gmail.com>2012-02-15 07:57:31 -0800
committerMike Fiedler <miketheman@gmail.com>2012-02-15 07:57:31 -0800
commit7b6908dcc014198e5524484fca2066e0e984ac35 (patch)
treea48aa2a378983f7a470b484dc7d094255e65ef95 /docs
parente32c214a427601b4afcfda008561ebed75c48fea (diff)
parent1c12c5f98c005d5b006b5b0c565bdd401da14f88 (diff)
downloadmongo-7b6908dcc014198e5524484fca2066e0e984ac35.tar.gz
Merge pull request #126 from ukd1/patch-3
Formatting fixes for opensolaris 32-bit build.
Diffstat (limited to 'docs')
-rw-r--r--docs/building.opensolaris.ec2.md23
1 files changed, 9 insertions, 14 deletions
diff --git a/docs/building.opensolaris.ec2.md b/docs/building.opensolaris.ec2.md
index 2b5fd41d177..4af6ce14c69 100644
--- a/docs/building.opensolaris.ec2.md
+++ b/docs/building.opensolaris.ec2.md
@@ -1,17 +1,12 @@
+# Building on open solaris on ec2
-Building on open solaris on ec2
-================
+This assumes you are using ami-4133d528 (which is 32bit).
-ami-4133d528
-
-pkg install SUNWgcc
-pkg install SUNWgit
-pkg install SUNWpython-setuptools
-
-easy_install-2.4 scons
-
-
-git clone git://github.com/mongodb/mongo.git
-cd mongo
-scons
+ pkg install SUNWgcc
+ pkg install SUNWgit
+ pkg install SUNWpython-setuptools
+ easy_install-2.4 scons
+ git clone git://github.com/mongodb/mongo.git
+ cd mongo
+ scons \ No newline at end of file