diff options
-rw-r--r-- | docs/building.opensolaris.ec2.md | 23 |
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 |